8000 PHP 8.3 is now released. · phpredis/phpredis@e051a5d · GitHub
[go: up one dir, main page]

Skip to content

Commit e051a5d

Browse files
committed
PHP 8.3 is now released.
1 parent ff30534 commit e051a5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
10+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
@@ -82,7 +82,7 @@ jobs:
8282
strategy:
8383
fail-fast: false
8484
matrix:
85-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
85+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
8686
steps:
8787
- name: Checkout
8888
uses: actions/checkout@v4
@@ -149,7 +149,7 @@ jobs:
149149

150150
pecl:
151151
runs-on: ubuntu-latest
152-
container: php:8.2-cli-alpine
152+
container: php:8.3-cli-alpine
153153
steps:
154154
- name: Install required system packages
155155
run: apk add --update $PHPIZE_DEPS zstd-libs zstd-dev git

0 commit comments

Comments
 (0)
0