Skip to content

Commit

Permalink
feature #274 [Maintenance] Support PHP 8.1 (GSadee)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

baf8446 [Maintenance] Support PHP 8.1
  • Loading branch information
AdamKasp authored Apr 12, 2022
2 parents 14c9d4b + baf8446 commit 7bb01a8
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 @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0"]
php: ["8.0", "8.1"]
symfony: ["^4.4", "^5.4"]
sylius: ["~1.10.0", "~1.11.0"]
node: ["14.x"]
Expand Down

0 comments on commit 7bb01a8

Please sign in to comment.