Skip to content

Commit 55a8515

Browse files
committed
Test package on PHP 8.1
1 parent a2ba5d0 commit 55a8515

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
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]
14+
php: [8.1, 8.0, 7.4, 7.3]
1515
laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
1616
os: [ubuntu-latest]
1717
include:
@@ -40,6 +40,16 @@ jobs:
4040
php: 8.0
4141
- laravel: 5.6.*
4242
php: 8.0
43+
- laravel: 5.6.*
44+
php: 8.1
45+
- laravel: 5.7.*
46+
php: 8.1
47+
- laravel: 5.8.*
48+
php: 8.1
49+
- laravel: 6.*
50+
php: 8.1
51+
- laravel: 7.*
52+
php: 8.1
4353

4454
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
4555

0 commit comments

Comments
 (0)