Skip to content

Commit

Permalink
Matrix test supported PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 30, 2024
1 parent bda89ba commit 6a3bd05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
dependency-version: [composer, latest]
php: [8.1, 8.2, 8.3]

runs-on: ${{ matrix.os }}
name: Hyde tests - ${{ matrix.os }} (${{ matrix.dependency-version }})
Expand All @@ -21,7 +22,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: ${{ matrix.php }}
extensions: fileinfo

- uses: actions/checkout@v3
Expand Down

0 comments on commit 6a3bd05

Please sign in to comment.