Skip to content

Commit 4b41a74

Browse files
committed
fix Windows CI, and add PHP 8.4 to Linux CI (II)
1 parent b52598f commit 4b41a74

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
ubuntu:
55
strategy:
66
matrix:
7-
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
7+
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
88
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout php-bsdiff
@@ -47,11 +47,12 @@ jobs:
4747
shell: cmd
4848
strategy:
4949
matrix:
50-
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
50+
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
5151
arch: [x64]
5252
ts: [nts, ts]
5353
os: [windows-2019, windows-2022]
5454
exclude:
55+
- { os: windows-2019, version: "8.4" }
5556
- { os: windows-2019, version: "8.3" }
5657
- { os: windows-2019, version: "8.2" }
5758
- { os: windows-2019, version: "8.1" }
@@ -65,11 +66,12 @@ jobs:
6566
uses: actions/checkout@v4
6667
- name: Setup PHP
6768
id: setup-php
68-
uses: php/setup-php-sdk@v0.8
69+
uses: php/setup-php-sdk@v0.10
6970
with:
7071
version: ${{matrix.version}}
7172
arch: ${{matrix.arch}}
7273
ts: ${{matrix.ts}}
74+
cache: true
7375
- name: Download deps
7476
run: |
7577
curl -LO https://windows.php.net/downloads/php-sdk/deps/vc15/x64/libbzip2-1.0.8-vc15-${{matrix.arch}}.zip

0 commit comments

Comments
 (0)