Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored and nunomaduro committed Jan 30, 2023
1 parent 7fcd6f8 commit 992ba67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2]
phpunit: ['9.5.27', '10.0']
phpunit: ['9.5.8', '10.0']
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.stability }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2]
phpunit: ['9.5.27', '10.0']
phpunit: ['9.5.8', '10.0']
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.stability }} - Windows
Expand Down

0 comments on commit 992ba67

Please sign in to comment.