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

Commit

Permalink
Bump PHP for phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 23, 2024
1 parent cce7378 commit 34f2f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use php 7.1
- name: Use php 7.2
uses: shivammathur/setup-php@v2
with:
php-version: 7.1
php-version: 7.2
- name: Validate composer.json and composer.lock
run: composer validate
- name: Cache module
Expand Down

0 comments on commit 34f2f33

Please sign in to comment.