Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78d1514

Browse files
authored
Add PHP 8.3 to CI
Also Windows setup-php-sdk action was moved to the official repo where is maintained again.
1 parent ff30534 commit 78d1514

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 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
@@ -112,15 +112,15 @@ jobs:
112112
strategy:
113113
fail-fast: false
114114
matrix:
115-
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
115+
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
116116
ts: [nts, ts]
117117
steps:
118118
- name: Checkout
119119
uses: actions/checkout@v4
120120
with:
121121
submodules: true
122122
- name: Install PHP ${{ matrix.php }}
123-
uses: cmb69/setup-php-sdk@v0.6
123+
uses: php/setup-php-sdk@v0.8
124124
id: setup-php-sdk
125125
with:
126126
version: ${{ matrix.php }}
@@ -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)