Skip to content

Commit

Permalink
Use latest PHP version for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Mar 10, 2024
1 parent 2d74977 commit 8d70999
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 8d70999

Please sign in to comment.