Skip to content

Commit f398a33

Browse files
authored
PHPC-2296: Test on PHP 8.3 (#1478)
* PHPC-2296: Test on PHP 8.3 * Use forked version of setup-php-sdk until support is merged
1 parent f6a8f00 commit f398a33

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- "8.0"
2828
- "8.1"
2929
- "8.2"
30+
- "8.3"
3031
mongodb-version:
3132
- "4.4"
3233
topology:

.github/workflows/windows-release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
# Note: keep this in sync with the Windows matrix in tests.yml
13-
php: [ "7.4", "8.0", "8.1", "8.2" ]
12+
# Note: keep this in sync with the Windows matrix in windows-tests.yml
13+
php: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
1414
arch: [ x64, x86 ]
1515
ts: [ ts, nts ]
1616
runs-on: ubuntu-latest

.github/workflows/windows-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# This matrix intentionally uses fail-fast: false to ensure other builds are finished
2727
fail-fast: false
2828
matrix:
29-
php: [ "7.4", "8.0", "8.1", "8.2" ]
29+
php: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
3030
arch: [ x64, x86 ]
3131
ts: [ ts, nts ]
3232

@@ -88,7 +88,7 @@ jobs:
8888
strategy:
8989
fail-fast: true
9090
matrix:
91-
php: [ "7.4", "8.0", "8.1", "8.2" ]
91+
php: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
9292
arch: [ x64, x86 ]
9393
ts: [ ts, nts ]
9494

.github/workflows/windows/prepare-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
steps:
2020
- name: Setup PHP SDK
2121
id: setup-php
22-
uses: cmb69/setup-php-sdk@v0.7
22+
uses: alcaeus/setup-php-sdk@php-8.3
2323
with:
2424
version: ${{ inputs.version }}
2525
arch: ${{ inputs.arch }}

0 commit comments

Comments
 (0)