Skip to content

Commit bc8294d

Browse files
committed
Added PHP 8.5 Support
1 parent 36949b0 commit bc8294d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ It will also check if a GitHub hosted Windows runner is available with the requi
138138
| 8.2 | 2019 (vs16) | windows-2022, github-hosted |
139139
| 8.3 | 2019 (vs16) | windows-2022, github-hosted |
140140
| 8.4 | 2022 (vs17) | windows-2022, github-hosted |
141+
| 8.5 | 2022 (vs17) | windows-2022, github-hosted |
141142
| master | 2022 (vs17) | windows-2022, github-hosted |
142143

143144
## Release

extension-matrix/config/vs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
"os": "windows-2022",
5050
"type": "github-hosted"
5151
},
52+
"8.5": {
53+
"vs": "2022",
54+
"os": "windows-2022",
55+
"type": "github-hosted"
56+
},
5257
"master": {
5358
"vs": "2022",
5459
"os": "windows-2022",

php/BuildPhp/config/tests.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"8.2": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
1010
"8.3": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
1111
"8.4": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
12+
"8.5": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
1213
"default": {"runner": "run-tests.php", "workers": "jNumWorkers", "progress": ""}
1314
}

0 commit comments

Comments
 (0)