Skip to content

Commit

Permalink
Add support for PHP 8.4 (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Feb 26, 2025
1 parent c95bc06 commit a0c7e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
max-parallel: 8
matrix:
operatingSystem: [ubuntu-latest, windows-latest]
phpVersion: ['8.1', '8.2', '8.3']
phpVersion: ['8.1', '8.2', '8.3', '8.4']
fail-fast: false
runs-on: ${{ matrix.operatingSystem }}
name: ${{ matrix.operatingSystem }} / PHP ${{ matrix.phpVersion }}
Expand Down

0 comments on commit a0c7e23

Please sign in to comment.