Skip to content

Commit 228762c

Browse files
committed
Update workflow lowest php version
1 parent 3a05a0e commit 228762c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP
2020
uses: sunxyw/workflows/setup-environment@main
2121
with:
22-
php-version: 8.0
22+
php-version: 8.1
2323
php-extensions: swoole, posix, json
2424
operating-system: ubuntu-latest
2525
use-cache: true

.github/workflows/coding-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup PHP
3535
uses: sunxyw/workflows/setup-environment@main
3636
with:
37-
php-version: 8.0
37+
php-version: 8.1
3838
php-extensions: swoole, posix, json
3939
operating-system: ubuntu-latest
4040
use-cache: true

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup PHP
3535
uses: sunxyw/workflows/setup-environment@main
3636
with:
37-
php-version: 8.0
37+
php-version: 8.1
3838
php-extensions: swoole, posix, json
3939
operating-system: ubuntu-latest
4040
use-cache: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
36-
php-version: [ 8.0, 8.1, 8.2 ]
36+
php-version: [ 8.1, 8.2, 8.3, 8.4 ]
3737
name: PHP ${{ matrix.php-version }} Test (${{ matrix.operating-system }})
3838
runs-on: ${{ matrix.operating-system }}
3939
timeout-minutes: 10

0 commit comments

Comments
 (0)