Skip to content

Commit acab53c

Browse files
committed
chore: test php 8.5 vc version
1 parent 62c4310 commit acab53c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ jobs:
9090
- { rust_channel: stable }
9191
- { target: x86_64-pc-windows-msvc, rust_channel: nightly }
9292
- { target: x86_64-pc-windows-msvc, os: windows-latest }
93+
exclude:
9394
- { target: aarch64-apple-darwin, os: macos-latest }
9495
- { target: x86_64-apple-darwin, os: macos-latest }
9596
- { target: x86_64-unknown-linux-gnu, os: ubuntu-22.04 }
9697
- { target: aarch64-unknown-linux-gnu, os: ubuntu-22.04 }
97-
exclude:
9898
- { target: aarch64-apple-darwin, phpts: ts }
9999
- { target: x86_64-apple-darwin, phpts: ts }
100100
- { target: x86_64-unknown-linux-gnu, phpts: ts }
@@ -171,6 +171,14 @@ jobs:
171171
echo "LIB_EXT=dll" >> $GITHUB_ENV
172172
shell: bash
173173

174+
- name: Record toolchain versions
175+
if: runner.os == 'Windows'
176+
run: |
177+
rustc -Vv
178+
& "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property catalog_productDisplayVersion
179+
& "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationVersion
180+
shell: pwsh
181+
174182
- name: Build module
175183
run: |
176184
cargo build --release --target ${{ matrix.target }} --lib

0 commit comments

Comments
 (0)