Skip to content

Commit

Permalink
Allow PHP 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Apr 3, 2021
1 parent 0897dd9 commit 5e9d21b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
symfony-version: 5.1.*
- php-version: 7.4
symfony-version: 5.1.*
- php-version: 8.0
symfony-version: 5.1.*

steps:
- name: "Checkout"
Expand All @@ -48,7 +50,7 @@ jobs:
strategy:
matrix:
include:
- php-version: 7.4
- php-version: 8.0
symfony-version: 5.1.*

steps:
Expand All @@ -75,7 +77,7 @@ jobs:
strategy:
matrix:
include:
- php-version: 7.4
- php-version: 8.0
symfony-version: 5.1.*

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"sonata-project/admin-bundle": "^3.0",
"symfony/workflow": "^4.4|^5.0"
},
Expand Down

0 comments on commit 5e9d21b

Please sign in to comment.