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 23c27ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23c27ad

Please sign in to comment.