Skip to content

Commit

Permalink
feat: add php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antiseptikk committed Mar 21, 2021
1 parent 6b6bdbe commit 2b0ba28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
operating-system: [ 'ubuntu-latest' ]
php-versions: [ '7.3', '7.4' ]
php-versions: [ '7.3', '7.4', '8.0' ]
steps:
- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"slevomat/coding-standard": "^6.4",
"symplify/easy-coding-standard": "^8.1 || ^9.0",
"vimeo/psalm": "^4.5",
Expand Down

0 comments on commit 2b0ba28

Please sign in to comment.