Skip to content

Commit

Permalink
Merge pull request #262 from hydephp/matrix-test-supported-php-versions
Browse files Browse the repository at this point in the history
Internal: Matrix test supported PHP versions
  • Loading branch information
caendesilva authored Jun 30, 2024
2 parents bda89ba + 6a3bd05 commit d86820f
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 d86820f

Please sign in to comment.