Skip to content

Commit

Permalink
support for php8
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo committed Feb 10, 2022
1 parent fecde83 commit ec25c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4]
php: [7.4, 8.0]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2.4.0

- name: Cache dependencies
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^7.2.0",
"ext-json": "*"
},
Expand Down

0 comments on commit ec25c37

Please sign in to comment.