Skip to content

Commit c543c58

Browse files
authored
PHPC-2185: Windows builds for PHP 7.4 (#1397)
1 parent 8359502 commit c543c58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fail-fast: true
9191
matrix:
9292
os: [ windows-2019, windows-2022 ]
93-
php: [ "7.2", "7.3", "8.0", "8.1", "8.2" ]
93+
php: [ "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
9494
arch: [ x64, x86 ]
9595
ts: [ ts, nts ]
9696
exclude:

.github/workflows/windows-release-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
# Note: keep this in sync with the Windows matrix in tests.yml
13-
php: [ "7.2", "7.3", "8.0", "8.1", "8.2" ]
13+
php: [ "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
1414
arch: [ x64, x86 ]
1515
ts: [ ts, nts ]
1616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)