Skip to content

Commit

Permalink
Merge pull request #731 from XWB/php8
Browse files Browse the repository at this point in the history
Add PHP 8 support
  • Loading branch information
XWB authored Jan 18, 2022
2 parents 4b42b44 + b96152a commit eb5db45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ jobs:
strategy:
matrix:
include:
- php: '7.2'
- php: '7.4'
dependencies: 'lowest'
symfony_require: '3.4.*'
- php: '7.4'
dependencies: 'highest'
symfony_require: '4.4.*'
- php: '8.0'
dependencies: 'highest'
symfony_require: '4.4.*'
fail-fast: false
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"issues": "https://github.com/FriendsOfSymfony/FOSCommentBundle/issues"
},
"require": {
"php": "^7.2",
"php": "^7.4 || ^8.0",
"friendsofsymfony/rest-bundle": "~2.8",
"jms/serializer-bundle": "~2.0|~3.0",
"symfony/framework-bundle": "~3.4|^4.3",
Expand Down

0 comments on commit eb5db45

Please sign in to comment.