8000 wip · laravel/framework@81c078e · GitHub
[go: up one dir, main page]

Skip to content

Commit 81c078e

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent e1c9eab commit 81c078e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ jobs:
4040
fail-fast: true
4141
matrix:
4242
php: [8.2, 8.3, 8.4]
43-
phpunit: ['10.5.35', '11.3.2', '12.0.0']
43+
phpunit: ['10.5.35', '11.3.2', '12.0.0', '12.1.0']
4444
stability: [prefer-lowest, prefer-stable]
4545
exclude:
4646
- php: 8.2
4747
phpunit: '12.0.0'
48+
- php: 8.2
49+
phpunit: '12.1.0'
4850

4951
name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.stability }}
5052

0 commit comments

Comments
 (0)
0