Skip to content

Commit 259e4de

Browse files
committed
Try windows-2025
See <php/php-src#17759>.
1 parent b013605 commit 259e4de

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-
os: [windows-2019, windows-2022]
50+
os: [windows-2019, windows-2025]
5151
version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
5252
arch: [x64]
5353
ts: [ts]
@@ -57,7 +57,7 @@ jobs:
5757
- {os: windows-2019, version: '8.2'}
5858
- {os: windows-2019, version: '8.1'}
5959
- {os: windows-2019, version: '8.0'}
60-
- {os: windows-2022, version: '7.4'}
60+
- {os: windows-2025, version: '7.4'}
6161
runs-on: ${{matrix.os}}
6262
steps:
6363
- name: Checkout dbase

0 commit comments

Comments
 (0)