Skip to content

Commit

Permalink
update matrix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tihomir Mihaylov committed Apr 5, 2024
1 parent a2daee6 commit f5c7b16
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,9 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
phpunit: ['8.0', '10.5']
phpunit: ['8.0']
database: ['11.0']
stability: [prefer-stable]
include:
- php: 7.2
phpunit: '6.0'
stability: prefer-stable
- php: 8.0
phpunit: '7.0'
stability: prefer-stable

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

Expand Down

0 comments on commit f5c7b16

Please sign in to comment.