Skip to content

Commit 5e793fc

Browse files
committed
phpunit ci changes
1 parent 2531d12 commit 5e793fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
2020
php: [8.4]
21-
phpunit: [10.*, 11.*, 12.*]
21+
phpunit: [^10.5.60, ^11.5.48, ^12.0]
2222
stability: [prefer-lowest, prefer-stable]
2323

2424
name: P${{ matrix.php }} - PHPUnit:${{ matrix.phpunit }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)