Skip to content

Commit

Permalink
Use latest PHP version for linting #3864 from fulldecent/patch-15
Browse files Browse the repository at this point in the history
Use latest PHP version for linting
  • Loading branch information
freescout-helpdesk committed Mar 12, 2024
2 parents 2d74977 + 8d70999 commit 2ff52a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
tools: phpcs

- name: Run check
Expand Down

0 comments on commit 2ff52a0

Please sign in to comment.