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 2f3c331
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
}
},
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"sonata-project/admin-bundle": "^3.0",
"symfony/workflow": "^4.4|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"squizlabs/php_codesniffer": "^3.5"
}
}

0 comments on commit 2f3c331

Please sign in to comment.