Skip to content

Commit

Permalink
[TASK] Use PHP 8.1 in linter CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldius committed Sep 5, 2023
1 parent 4642983 commit a3cd3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup PHP
uses: nanasess/setup-php@master
with:
php-version: 7.4
php-version: 8.1

- name: Lint code
run: |
Expand Down

0 comments on commit a3cd3a0

Please sign in to comment.