Skip to content

Commit 9c4874f

Browse files
authored
Merge pull request #33 from loic425/php81
Testing with PHP 8.1
2 parents b6de3f9 + aa4a0f9 commit 9c4874f

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
php: ["7.4", "8.0"]
19+
php: ["7.4", "8.0", "8.1"]
2020
symfony: ["^4.4", "^5.4", "6.0"]
2121
exclude:
2222
- php: "7.4"

0 commit comments

Comments
 (0)