Skip to content

Commit

Permalink
Update: synced local '.github/workflows/phpcs.yml' with remote 'workf…
Browse files Browse the repository at this point in the history
…lows/phpcs-default.yml'
  • Loading branch information
amiabot committed Jun 20, 2024
1 parent 261e915 commit 3c34d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is managed in https://github.com/happyprime/projects
name: PHPCS (Default, PHP 8.2)
name: PHPCS (Default, PHP 8.3)

on: pull_request

Expand All @@ -21,7 +21,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
coverage: none
tools: composer, cs2pr

Expand Down

0 comments on commit 3c34d9b

Please sign in to comment.