Skip to content

Commit

Permalink
Build on PHP 8.3 on Windows
Browse files Browse the repository at this point in the history
Now that setup-php-sdk has been moved to the php org and is
maintained again.
  • Loading branch information
nikic committed Nov 29, 2023
1 parent 98ab20d commit d9b2a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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-latest
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup PHP
id: setup-php
uses: cmb69/setup-php-sdk@v0.6
uses: php/setup-php-sdk@v0.8
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
Expand Down

0 comments on commit d9b2a5a

Please sign in to comment.