Skip to content

Commit 4aec0c7

Browse files
authored
Merge pull request #80 from jnoordsij/patch-1
Build for Windows + PHP 8.5
2 parents d07e992 + 04b18df commit 4aec0c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/windows.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php:
18+
- '8.5'
1819
- '8.4'
1920
- '8.3'
2021
- '8.2'
@@ -32,6 +33,8 @@ jobs:
3233
- false
3334
- true
3435
exclude:
36+
- php: '8.5'
37+
vs: vs16
3538
- php: '8.4'
3639
vs: vs16
3740
- php: '8.3'

0 commit comments

Comments
 (0)