Skip to content

Commit

Permalink
Run tests on PHP 8.1 through PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored Jun 30, 2024
1 parent e9ff890 commit 829d813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]

runs-on: ${{ matrix.os }}
name: Hyde tests - ${{ matrix.os }} ${{ matrix.php }} (develop)
Expand Down

0 comments on commit 829d813

Please sign in to comment.