Skip to content

Commit bc3b60d

Browse files
committed
wip
1 parent 0cefee1 commit bc3b60d

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
@@ -17,7 +17,7 @@ jobs:
1717
pest: ['3.7.2']
1818
dependency-version: [prefer-lowest, prefer-stable]
1919

20-
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - Pest ${{ matrix.pest }} - ${{ matrix.dependency-version }}
20+
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - Pest ${{ matrix.pest }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2121

2222
services:
2323
mysql:
@@ -69,13 +69,13 @@ jobs:
6969
os: [ubuntu-latest]
7070
php: ['8.2', '8.3', '8.4']
7171
laravel: ['11.0', '12.0']
72-
phpunit: ['11.5.3', '12.0']
72+
phpunit: ['11.5.9', '12.0']
7373
dependency-version: [prefer-lowest, prefer-stable]
7474
exclude:
7575
- phpunit: '12.0'
7676
php: '8.2'
7777

78-
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.dependency-version }}
78+
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - PHPUnit ${{ matrix.phpunit }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
7979

8080
services:
8181
mysql:

0 commit comments

Comments
 (0)