We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d1f1c commit b0044baCopy full SHA for b0044ba
.github/workflows/code_checks.yaml
@@ -62,7 +62,7 @@ jobs:
62
name: PHP ${{ matrix.php }} - ${{ matrix.symfony-version }} - ${{ matrix.stability }}
63
steps:
64
# basically git clone
65
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
66
67
- name: Cache dependencies
68
uses: actions/cache@v4
@@ -106,7 +106,7 @@ jobs:
106
contents: write
107
108
109
110
111
- uses: shivammathur/setup-php@v2
112
with:
@@ -132,7 +132,7 @@ jobs:
132
phpstan:
133
runs-on: ubuntu-latest
134
135
136
137
138
php-version: 8.3
0 commit comments