There was an error while loading. Please reload this page.
1 parent 41ddf5c commit fdb0cbfCopy full SHA for fdb0cbf
1 file changed
.github/workflows/quality-assurance.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
php-version: [8.1]
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: shivammathur/setup-php@v2
21
with:
22
php-version: ${{ matrix.php-version }}
@@ -29,7 +29,7 @@ jobs:
29
30
php-version: [8.1, 8.2]
31
32
33
34
35
0 commit comments