Skip to content

Commit

Permalink
Updating Lint workflow with php 8.2 install
Browse files Browse the repository at this point in the history
  • Loading branch information
nchiasson-dgi committed Nov 18, 2024
1 parent ee03ac0 commit 168039a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Run CodeSniffer
uses: discoverygarden/CodeSniffer@v1
with:
Expand Down

0 comments on commit 168039a

Please sign in to comment.