Skip to content

Commit f516f6a

Browse files
Merge pull request #80 from Bandwidth/SWI-7989
SWI-7989 - windows-2019 GH runner decommission
2 parents 1717666 + 01df4aa commit f516f6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04]
19+
os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
2020
php-version: [8.0, 8.1, 8.2, 8.3]
2121
steps:
2222
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
| **OS** | **PHP** |
66
|:------------:|:------------------:|
7-
| Windows 2019 | 8.0, 8.1, 8.2, 8.3 |
87
| Windows 2022 | 8.0, 8.1, 8.2, 8.3 |
8+
| Windows 2025 | 8.0, 8.1, 8.2, 8.3 |
99
| Ubuntu 22.04 | 8.0, 8.1, 8.2, 8.3 |
1010
| Ubuntu 24.04 | 8.0, 8.1, 8.2, 8.3 |
1111

0 commit comments

Comments
 (0)