Skip to content

Commit

Permalink
PHP 8.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Dec 11, 2020
1 parent 90c8843 commit 09be6ea
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: ['7.2', '7.3', '7.4']
php: ['7.2', '7.3', '7.4', '8.0']
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"license": "LGPL-3.0",
"require": {
"php": "^7.2"
"php": "^7.2 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "0.12.59",
Expand Down

0 comments on commit 09be6ea

Please sign in to comment.