Skip to content

Commit 01bdc5e

Browse files
committed
Update CI workflow
We * update action/checkout to v4 * upgrade cmb69/setup-php-sdk to php/setup-php-sdk * add PHP 8.1 to 8.3 to the Windows matrix * run on windows-2019 for now
1 parent 03ecc34 commit 01bdc5e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install re2c
1111
run: sudo apt-get install -y re2c
1212
- name: Checkout mailparse
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
@@ -35,18 +35,18 @@ jobs:
3535
shell: cmd
3636
strategy:
3737
matrix:
38-
version: ["7.4", "8.0"]
38+
version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
3939
arch: [x64, x86]
4040
ts: [ts]
41-
runs-on: windows-latest
41+
runs-on: windows-2019
4242
steps:
4343
- name: Configure Git
4444
run: git config --global core.autocrlf false
4545
- name: Checkout mailparse
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v4
4747
- name: Setup PHP
4848
id: setup-php
49-
uses: cmb69/setup-php-sdk@v0.2
49+
uses: php/setup-php-sdk@v0.8
5050
with:
5151
version: ${{matrix.version}}
5252
arch: ${{matrix.arch}}

0 commit comments

Comments
 (0)