Skip to content

Commit deacba8

Browse files
committed
upgrade action
1 parent a50f281 commit deacba8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/php-cs-fixer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
ref: ${{ github.head_ref }}
1414

.github/workflows/phpstan.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ name: PHPStan
33
on:
44
push:
55
paths:
6-
- '**.php'
7-
- 'phpstan.neon.dist'
6+
- "**.php"
7+
- "phpstan.neon.dist"
88

99
jobs:
1010
phpstan:
1111
name: phpstan
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.0'
19+
php-version: "8.2"
2020
coverage: none
2121

2222
- name: Install composer dependencies

0 commit comments

Comments
 (0)