Skip to content

Commit 539f368

Browse files
authored
ci: Add tests for PHP 8.4 (#21)
1 parent 27709c0 commit 539f368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "8.1"
2525
- "8.2"
2626
- "8.3"
27+
- "8.4"
2728
symfony:
2829
- "unchanged"
2930
- "6.*.*"
@@ -64,7 +65,7 @@ jobs:
6465
fail-fast: true
6566
matrix:
6667
php:
67-
- "8.3"
68+
- "8.4"
6869

6970
steps:
7071
- name: "Check out repository code"

0 commit comments

Comments
 (0)