Skip to content

Commit

Permalink
run CI jobs with PHP 8.3 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Nov 30, 2023
1 parent 2c18fa0 commit 1574dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: cmd
strategy:
matrix:
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
arch: [x64]
ts: [nts, ts]
runs-on: windows-2022
Expand All @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup PHP
id: setup-php
uses: cmb69/setup-php-sdk@v0.7
uses: php/setup-php-sdk@v0.8
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
Expand Down

0 comments on commit 1574dad

Please sign in to comment.