Skip to content

Commit 9d1066a

Browse files
committed
Fixes workflow
1 parent 47d16ad commit 9d1066a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
php: [8.2, 8.3]
2020
phpunit: [10, 11]
2121
laravel: [10, 11]
22-
exclude:
23-
- phpunit: 11
24-
laravel: 10
22+
exclude:
23+
- phpunit: 11
24+
laravel: 10
2525

2626
name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - Laravel ${{ matrix.laravel }}
2727

0 commit comments

Comments
 (0)