Skip to content

Commit

Permalink
Update PHP version.
Browse files Browse the repository at this point in the history
  • Loading branch information
puresyntax71 committed Jan 10, 2025
1 parent ac9e60e commit 2a1db50
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
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@verbose
with:
php-version: 8.1
php-version: 8.3
coverage: none
tools: composer:v2, cs2pr, dealerdirect/phpcodesniffer-composer-installer:*, drupal/coder
- name: Get composer cache directory
Expand All @@ -21,4 +21,4 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-
- name: Detect coding standard violations
run: phpcs -q --report=checkstyle | cs2pr --graceful-warnings
run: phpcs -q --report=checkstyle | cs2pr

0 comments on commit 2a1db50

Please sign in to comment.