Skip to content

Commit

Permalink
Merge pull request #33 from loic425/php81
Browse files Browse the repository at this point in the history
Testing with PHP 8.1
  • Loading branch information
pamil committed Mar 31, 2022
2 parents b6de3f9 + aa4a0f9 commit 9c4874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.4", "8.0"]
php: ["7.4", "8.0", "8.1"]
symfony: ["^4.4", "^5.4", "6.0"]
exclude:
- php: "7.4"
Expand Down

0 comments on commit 9c4874f

Please sign in to comment.