diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e460ea6..e3f1c9a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: diff --git a/composer.json b/composer.json index 74ccee3..6438f24 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/composer.lock b/composer.lock index e3c34e3..ac531d3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ce7d8996624dfe2cd2773b44603139db", + "content-hash": "ceaccc6ef648d3a3b13214df5b074e8e", "packages": [ { "name": "guzzlehttp/guzzle", @@ -2280,7 +2280,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.2", + "php": "^7.2|^8.0", "ext-pdo": "*" }, "platform-dev": [],