Skip to content

Commit

Permalink
test: add 8.4 to php-version tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Nov 30, 2024
1 parent 3471994 commit 043d7a8
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 @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
dependencies: [ "lowest", "locked", "highest" ]
php-version: [ "8.1", "8.2", "8.3" ]
php-version: [ "8.1", "8.2", "8.3", "8.4" ]
operating-system:
- "ubuntu-latest"
# - "windows-latest" # TODO: Windows is not working in the CI at the moment for some reason
Expand Down

0 comments on commit 043d7a8

Please sign in to comment.