Skip to content

Commit

Permalink
test with PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Oct 26, 2020
1 parent a78f273 commit 0870acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '7.1', '7.2', '7.3', '7.4' ]
php-version: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
deps: [ 'lowest', 'newest' ]
exclude:
- php-version: '7.2'
Expand All @@ -27,6 +27,8 @@ jobs:
deps: lowest
- php-version: '7.4'
deps: lowest
- php-version: '8.0'
deps: lowest

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"MIT"
],
"require": {
"php": "~7.1",
"php": "~7.1 || ~8.0",
"phpstan/phpstan": "^0.12.29",
"nextras/orm": "~4.0"
},
Expand Down

0 comments on commit 0870acd

Please sign in to comment.