Skip to content

Commit

Permalink
[Maintenance] Support PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Apr 12, 2022
1 parent 14c9d4b commit baf8446
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 baf8446

Please sign in to comment.