Skip to content

Commit c3f6643

Browse files
Fixed workflows
1 parent 73c6536 commit c3f6643

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.2"
14+
php-version: "7.3"
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.2"
35+
php-version: "7.3"
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-20.04
77
strategy:
88
matrix:
9-
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
9+
php: ['7.3', '7.4', '8.0', '8.1']
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2

0 commit comments

Comments
 (0)