Skip to content

Commit

Permalink
chore: update to support PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed May 10, 2021
1 parent 6a9fb0d commit a681cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ['7.3', '7.4']
php: ['7.3', '7.4', '8.0']
dependency-version: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A full wrapper for the YTS API.",
"license": "MIT",
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"guzzlehttp/guzzle": "^6.5",
"illuminate/collections": "^8.40"
},
Expand Down

0 comments on commit a681cf1

Please sign in to comment.