Skip to content

Commit

Permalink
minor #144 Support PHP 8.1 (Zales0123)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.8-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT


Commits
-------

edb7809 Support PHP 8.1
  • Loading branch information
GSadee committed Jun 9, 2022
2 parents 17de47b + edb7809 commit 949e256
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: ["8.0"]
php: ["8.0", "8.1"]
symfony: ["5.4.*"]
twig: ["^2.12", "^3.3"]

Expand Down

0 comments on commit 949e256

Please sign in to comment.