Skip to content

Commit

Permalink
add php 8 to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo64 committed May 20, 2021
1 parent 1c8fae4 commit 4e41d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
php-version: ['7.1', '7.2', '7.3', '7.4']
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
composer-parameters: ['--prefer-stable', '--prefer-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 @@ -24,7 +24,7 @@
}
],
"require": {
"php": "~7.1",
"php": "~7.1||~8.0",
"aws/aws-sdk-php": "^3.98",
"doctrine/dbal": "^2.7"
},
Expand Down

0 comments on commit 4e41d8a

Please sign in to comment.