Skip to content

Commit

Permalink
phpunit-release
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Feb 14, 2024
1 parent 2457dff commit cded519
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@ jobs:
matrix:
include:
- php: '7.2'
phpunit: '6'
- php: '7.3'
phpunit: '6'
- php: '7.4'
phpunit: '6'
- php: '8.0'
phpunit: '7'
- php: '8.1'
phpunit: '7'
- php: '8.2'
phpunit: '7'
- php: '8.3'
phpunit: '7'
fail-fast: false
runs-on: ubuntu-22.04
steps:
Expand All @@ -29,7 +36,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"
tools: phpunit:6
tools: phpunit:"${{ matrix.phpunit }}"
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Cache Composer packages
Expand Down

0 comments on commit cded519

Please sign in to comment.