We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50f281 commit deacba8Copy full SHA for deacba8
.github/workflows/php-cs-fixer.yml
@@ -8,7 +8,7 @@ jobs:
8
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
with:
13
ref: ${{ github.head_ref }}
14
.github/workflows/phpstan.yml
@@ -3,20 +3,20 @@ name: PHPStan
3
on:
4
push:
5
paths:
6
- - '**.php'
7
- - 'phpstan.neon.dist'
+ - "**.php"
+ - "phpstan.neon.dist"
jobs:
phpstan:
name: phpstan
runs-on: ubuntu-latest
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
16
- name: Setup PHP
17
uses: shivammathur/setup-php@v2
18
19
- php-version: '8.0'
+ php-version: "8.2"
20
coverage: none
21
22
- name: Install composer dependencies
0 commit comments