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

Commit f78d238

Browse files
committed
ci: fix lint and analyse workflows
1 parent 8266e65 commit f78d238

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v2
32-
- name: Use php 7.1
32+
- name: Use php 7.4
3333
uses: shivammathur/setup-php@v2
3434
with:
35-
php-version: 7.1
35+
php-version: 7.4
3636
- name: Cache module
3737
uses: actions/cache@v2
3838
with:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
},
6161
"config": {
6262
"allow-plugins": {
63+
"dealerdirect/phpcodesniffer-composer-installer": true
6364
}
6465
}
6566
}

0 commit comments

Comments
 (0)