Skip to content

Commit

Permalink
CI support for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Oct 29, 2020
1 parent 3459e76 commit 2b86952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.2', '7.3', '7.4' ]
php: [ '7.2', '7.3', '7.4', '8.0' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.2",
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.5|^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 2b86952

Please sign in to comment.