Skip to content

Commit 2c18fa0

Browse files
committed
run CI jobs with PHP 8.3 on Linux/macOS
1 parent 8ae4787 commit 2c18fa0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
ubuntu:
55
strategy:
66
matrix:
7-
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
7+
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
88
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout php-bsdiff
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
@@ -24,11 +24,11 @@ jobs:
2424
macos:
2525
strategy:
2626
matrix:
27-
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
27+
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
2828
runs-on: macos-12
2929
steps:
3030
- name: Checkout php-bsdiff
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
- name: Setup PHP
3333
uses: shivammathur/setup-php@v2
3434
with:
@@ -53,10 +53,10 @@ jobs:
5353
runs-on: windows-2022
5454
steps:
5555
- name: Checkout php-bsdiff
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757
- name: Setup PHP
5858
id: setup-php
59-
uses: cmb69/setup-php-sdk@v0.6
59+
uses: cmb69/setup-php-sdk@v0.7
6060
with:
6161
version: ${{matrix.version}}
6262
arch: ${{matrix.arch}}

0 commit comments

Comments
 (0)