Skip to content

Commit

Permalink
SNOW-1333636: drop PHP 8.0 and add 8.3 support (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimbaGithub authored May 17, 2024
1 parent 5e84be5 commit 7a36d3c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.25', '8.2.12']
php-version: ['8.1.28', '8.2.18', '8.3.6']
# The type of runner that the job will run on
runs-on: windows-2019
env:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']
# The type of runner that the job will run on
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']
# The type of runner that the job will run on
runs-on: macos-13
env:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.2, 8.1 or 8.0 (Note: support for PHP 7.4 or lower is deprecated)
- PHP 8.3, 8.2 or 8.1 (Note: support for PHP 8.0 or lower is deprecated)
- the :code:`php-pdo` extension
- the :code:`php-json` extension

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "snowflakedb/pdo_snowflake",
"description": "PHP PDO driver for Snowflake",
"require": {
"php": ">=7.4"
"php": ">=8.1"
},
"authors": [
{
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 7a36d3c

Please sign in to comment.