Skip to content

Commit

Permalink
feat(dx): use matrix to test php 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
petski committed Nov 26, 2024
1 parent 02ae401 commit 25a87b4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,19 @@ jobs:
tests:
runs-on: ubuntu-latest

name: Tests
strategy:
fail-fast: false
matrix:
php_version: ['8.2', '8.3', '8.4']

name: Tests - ${{ matrix.php_version }}
steps:
- uses: actions/checkout@v4

-
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: ${{ matrix.php_version }}
coverage: none

- uses: "ramsey/composer-install@v1"
Expand Down

0 comments on commit 25a87b4

Please sign in to comment.