Skip to content

Commit 4eb628d

Browse files
Fixed github workflow php version
1 parent b18b6c2 commit 4eb628d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install php
1212
uses: shivammathur/setup-php@v2
1313
with:
14-
php-version: "7.4"
14+
php-version: "8.2"
1515

1616
- name: Install dependencies
1717
run: composer update --dev --no-interaction --prefer-dist --no-progress --no-suggest --ansi
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install php
3333
uses: shivammathur/setup-php@v2
3434
with:
35-
php-version: "7.4"
35+
php-version: "8.2"
3636

3737
- name: Install dependencies
3838
run: composer update --dev --no-interaction --prefer-dist --no-progress --no-suggest --ansi

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
9+
php: ['8.2', '8.3', '8.4']
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2

0 commit comments

Comments
 (0)