Skip to content

Commit be04474

Browse files
Merge pull request #86 from discoverygarden/fix/lint-php-8.2
Updating Lint workflow with php 8.2 install
2 parents ee03ac0 + 168039a commit be04474

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repo
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
14+
- name: Setup PHP
15+
uses: shivammathur/setup-php@v2
16+
with:
17+
php-version: '8.2'
1418
- name: Run CodeSniffer
1519
uses: discoverygarden/CodeSniffer@v1
1620
with:

0 commit comments

Comments
 (0)