Skip to content

Commit

Permalink
CI: run Windows on PHP 8.4, too
Browse files Browse the repository at this point in the history
That requires to update the setup-php-sdk action, and we also make the
runner explicit, since there are likely glitches if windows-latest will
no longer be windows-2022.
  • Loading branch information
cmb69 committed Aug 3, 2024
1 parent fb54bce commit 16e0078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
shell: cmd
strategy:
matrix:
version: ["8.0", "8.1", "8.2", "8.3"]
version: ["8.0", "8.1", "8.2", "8.3", "8.4"]
arch: [x64, x86]
ts: [nts, ts]
runs-on: windows-latest
runs-on: windows-2022
steps:
- name: Checkout uopz
uses: actions/checkout@v4
- name: Setup PHP
id: setup-php
uses: php/setup-php-sdk@v0.8
uses: php/setup-php-sdk@v0.9
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
Expand Down

0 comments on commit 16e0078

Please sign in to comment.