Skip to content

Commit e832aba

Browse files
committed
🔥 enable xz
1 parent 744670f commit e832aba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: extension-matrix
2626
uses: php/php-windows-builder/extension-matrix@v1
2727
with:
28-
php-version-list: "7.4, 8.0, 8.1, 8.2, 8.3, 8.4"
28+
php-version-list: "8.0, 8.1, 8.2, 8.3, 8.4"
2929
arch-list: "x64"
3030

3131

@@ -36,6 +36,8 @@ jobs:
3636
runs-on: ${{ matrix.os }}
3737
strategy:
3838
matrix: ${{fromJson(needs.get-extension-matrix.outputs.matrix)}}
39+
fail-fast: false
40+
3941
steps:
4042
- name: "Checkout"
4143
uses: actions/checkout@v5
@@ -46,7 +48,7 @@ jobs:
4648
php-version: ${{ matrix.php-version }}
4749
arch: ${{ matrix.arch }}
4850
ts: ${{ matrix.ts }}
49-
51+
args: --enable-xz
5052

5153
release:
5254
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)