Skip to content

Commit fa0fc5f

Browse files
committed
Add PHP 8.4 build
1 parent 5f88bde commit fa0fc5f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
arch: [x64, x86]
1414
ts: [nts, ts]
15-
runs-on: windows-2019
15+
runs-on: ${{ startsWith(inputs.php-version, '8.4') && 'windows-2022' || 'windows-2019' }}
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4

php/BuildPhp/config/tests.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"8.1": {"runner": "run-test.php", "workers": "-jNumWorkers", "progress": ""},
99
"8.2": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
1010
"8.3": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
11+
"8.4": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
1112
"default": {"runner": "run-tests.php", "workers": "jNumWorkers", "progress": ""}
1213
}

php/BuildPhp/config/vs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"8.0": "vs16",
88
"8.1": "vs16",
99
"8.2": "vs16",
10-
"8.3": "vs16"
10+
"8.3": "vs16",
11+
"8.4": "vs17"
1112
}

0 commit comments

Comments
 (0)