Skip to content

Commit 5fbde25

Browse files
authored
Add PHP 8.4 and 8.5 to CI matrix (#287)
Add PHP 8.4 and 8.5 to the CI test matrix. No changes needed in composer.json since `^8.2` already covers these versions.
2 parents 6acf746 + 613070e commit 5fbde25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ["8.2", "8.3"]
20+
php: ["8.2", "8.3", "8.4", "8.5"]
2121
symfony: ["^6.4", "^7.4"]
2222

2323
steps:

0 commit comments

Comments
 (0)