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 Aug 7, 2024
1 parent bc6c6ab commit c021c91
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,7 +1,7 @@
# Run PHP Code Sniffer (PHPCS) and comment on the pull request with any issues.
#
# This file is managed in https://github.com/happyprime/projects
name: PHPCS (PHP 8.2)
name: PHPCS (Default, PHP 8.3)

on: pull_request

Expand All @@ -18,4 +18,4 @@ jobs:
call-workflow:
uses: happyprime/workflows/.github/workflows/phpcs.yml@trunk
with:
php-version: '8.2'
php-version: '8.3'

0 comments on commit c021c91

Please sign in to comment.