diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 6fcae3e2..94f22b14 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -28,7 +28,7 @@ jobs: # have to specify minor version on windows # otherwise could get version mismatch issue when running test on github # need to keep track on the latest version - php-version: ['8.0.30', '8.1.23', '8.2.10'] + php-version: ['8.0.30', '8.1.25', '8.2.12'] # The type of runner that the job will run on runs-on: windows-2019 env: @@ -60,7 +60,7 @@ jobs: build_test_linux: strategy: matrix: - php-version: ['7.4', '8.0', '8.1', '8.2'] + php-version: ['8.0', '8.1', '8.2'] # The type of runner that the job will run on runs-on: ubuntu-latest env: @@ -87,7 +87,7 @@ jobs: build_test_mac: strategy: matrix: - php-version: ['7.4', '8.0', '8.1', '8.2'] + php-version: ['8.0', '8.1', '8.2'] # The type of runner that the job will run on runs-on: macos-latest env: diff --git a/README.rst b/README.rst index 5ae2f94a..43c981cf 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ To build the Snowflake PHP PDO Driver, the following software must be installed: To install and use the Snowflake PHP PDO Driver, you must have the following software installed: -- PHP 8.1, 8.0, 7.4 or 7.3 (Note: support for PHP 7.2 is deprecated) +- PHP 8.2, 8.1 or 8.0 (Note: support for PHP 7.4 or lower is deprecated) - the :code:`php-pdo` extension - the :code:`php-json` extension