Skip to content

Commit

Permalink
Add php 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Feb 2, 2021
1 parent 425b26e commit a19fa87
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
matrix:
operating-system:
- ubuntu-latest
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.2', '7.3', '7.4', '8.0']
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
needs:
- setup
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.1"
"php": "^7.1 || 8.0.*"
},
"autoload": {
"psr-4": {
Expand Down
129 changes: 126 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a19fa87

Please sign in to comment.