Skip to content

Commit

Permalink
ci: Add tests for PHP 8.4 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Feb 13, 2025
1 parent 27709c0 commit 539f368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
symfony:
- "unchanged"
- "6.*.*"
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
fail-fast: true
matrix:
php:
- "8.3"
- "8.4"

steps:
- name: "Check out repository code"
Expand Down

0 comments on commit 539f368

Please sign in to comment.