Skip to content

Commit 8c09a9c

Browse files
Merge pull request #39 from stackkit/feature/php-8.1
Test package on PHP 8.1
2 parents f3b2d28 + 33f5a51 commit 8c09a9c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [8.0, 7.4, 7.3, 7.2]
14+
php: [8.1, 8.0, 7.4, 7.3, 7.2]
1515
laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
1616
os: [ubuntu-latest]
1717
include:
@@ -42,6 +42,16 @@ jobs:
4242
php: 8.0
4343
- laravel: 5.6.*
4444
php: 8.0
45+
- laravel: 5.6.*
46+
php: 8.1
47+
- laravel: 5.7.*
48+
php: 8.1
49+
- laravel: 5.8.*
50+
php: 8.1
51+
- laravel: 6.*
52+
php: 8.1
53+
- laravel: 7.*
54+
php: 8.1
4555

4656
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
4757

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Please check the table below for supported Laravel and PHP versions:
3030
| 5.8 | 7.2 or 7.3 or 7.4
3131
| 6.x | 7.2 or 7.3 or 7.4 or 8.0
3232
| 7.x | 7.2 or 7.3 or 7.4 or 8.0
33-
| 8.x | 7.3 or 7.4 or 8.0
33+
| 8.x | 7.3 or 7.4 or 8.0 or 8.1
3434

3535
# Installation
3636

0 commit comments

Comments
 (0)