We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2531d12 commit 5e793fcCopy full SHA for 5e793fc
1 file changed
.github/workflows/run-tests.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
os: [ubuntu-latest, windows-latest]
20
php: [8.4]
21
- phpunit: [10.*, 11.*, 12.*]
+ phpunit: [^10.5.60, ^11.5.48, ^12.0]
22
stability: [prefer-lowest, prefer-stable]
23
24
name: P${{ matrix.php }} - PHPUnit:${{ matrix.phpunit }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments