Skip to content

Commit 290f9d5

Browse files
committed
Update tests.yml
1 parent 51b73e2 commit 290f9d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
- phpunit: 10.0
4141
php: 7.3
4242

43+
- phpunit: 11.0
44+
php: 7.3
45+
46+
- phpunit: 11.0
47+
php: 7.4
48+
49+
- phpunit: 11.0
50+
php: 8.1
51+
4352
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
4453

4554
steps:

0 commit comments

Comments
 (0)