We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fc91a commit fcfe963Copy full SHA for fcfe963
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
name: PHP ${{ matrix.php }} - ${{ matrix.prefer-lowest == 1 && 'Lowest' || 'Latest' }} Dependencies
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
- uses: RevoTale/php-composer-testing-action@v1
20
with:
21
php-version: ${{ matrix.php }}
@@ -25,7 +25,7 @@ jobs:
25
Rector:
26
27
28
29
30
31
php-version: 8.4
@@ -35,7 +35,7 @@ jobs:
35
PHPStan:
36
37
38
39
40
41
0 commit comments