Skip to content

Commit

Permalink
[minor] Add support for PHP 8 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
lepiaf committed Jan 26, 2021
1 parent 2a92e23 commit fee4f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4]
php: [7.3, 7.4, 8.0]
symfony: [4.4.*, 5.0.*, 5.1.*, 5.2.*]

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
"laminas/laminas-diagnostics": "^1.5"
},
Expand Down

0 comments on commit fee4f68

Please sign in to comment.