Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 34f2f33

Browse files
committed
Bump PHP for phpcs
1 parent cce7378 commit 34f2f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-and-analyse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Use php 7.1
14+
- name: Use php 7.2
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: 7.1
17+
php-version: 7.2
1818
- name: Validate composer.json and composer.lock
1919
run: composer validate
2020
- name: Cache module

0 commit comments

Comments
 (0)