Skip to content

Commit

Permalink
fix some gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tcampbPPU committed Jun 11, 2024
1 parent e65fecc commit 84c188c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/larastan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1]
php: [8.3]

name: PHP Version:${{ matrix.php }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1]
php: [8.3]

name: PHP Version:${{ matrix.php }}

Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
run: composer install --prefer-dist --no-suggest --no-progress

- name: Detect coding standard violations
run: vendor/bin/phpcs -q --report=checkstyle | cs2pr --graceful-warnings
run: vendor/bin/pint --test --format=checkstyle | cs2pr
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1]
php: [8.3]

name: PHP Version:${{ matrix.php }}

Expand Down

0 comments on commit 84c188c

Please sign in to comment.