Skip to content

Commit

Permalink
Add compatibility for PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 24, 2021
1 parent 45b4229 commit e188f32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-18.04' ] #, macos-latest, windows-latest ]
php-version: [ '7.2', '7.3', '7.4' ]
php-version: [ '7.2', '7.3', '7.4', '8.0' ]

name: PHP ${{ matrix.php-version }} on OS ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://github.com/crate/crate-pdo",
"keywords": ["database", "pdo", "cratedb"],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"ext-pdo": "*",
"guzzlehttp/guzzle": "^7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit e188f32

Please sign in to comment.