Skip to content

Commit

Permalink
Remove matrix from release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichsg authored Jan 2, 2023
1 parent a62dd0b commit a1b0583
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ jobs:
test:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.0', '8.1', '8.2' ]
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: 8.2
- uses: ramsey/composer-install@v2
- name: Run tests
run: vendor/bin/phpunit
Expand Down

0 comments on commit a1b0583

Please sign in to comment.