Skip to content

Commit

Permalink
bump lint php version
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 15, 2023
1 parent 7130e3b commit 4402230
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
tools: php-cs-fixer, cs2pr

- uses: actions/cache@v3
with:
path: '.php-cs-fixer.cache'
key: ${{ github.repository }}-8.2-phpcsfixer-${{ github.ref_name }}
key: ${{ github.repository }}-8.3-phpcsfixer-${{ github.ref_name }}
restore-keys: |
${{ github.repository }}-8.2-phpcsfixer-master
${{ github.repository }}-8.2-phpcsfixer-
${{ github.repository }}-8.3-phpcsfixer-master
${{ github.repository }}-8.3-phpcsfixer-
- name: Run PHP-CS-Fixer
# Using cs2pr settings, see: https://github.com/shivammathur/setup-php#tools-with-checkstyle-support
Expand Down

0 comments on commit 4402230

Please sign in to comment.