Skip to content

Commit 1574dad

Browse files
committed
run CI jobs with PHP 8.3 on Windows
1 parent 2c18fa0 commit 1574dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: cmd
4848
strategy:
4949
matrix:
50-
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
50+
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
5151
arch: [x64]
5252
ts: [nts, ts]
5353
runs-on: windows-2022
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v4
5757
- name: Setup PHP
5858
id: setup-php
59-
uses: cmb69/setup-php-sdk@v0.7
59+
uses: php/setup-php-sdk@v0.8
6060
with:
6161
version: ${{matrix.version}}
6262
arch: ${{matrix.arch}}

0 commit comments

Comments
 (0)