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 cf738da commit 721f6a4Copy full SHA for 721f6a4
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
analyse:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- uses: shivammathur/setup-php@v2
19
with:
20
php-version: '8.4'
@@ -27,6 +27,12 @@ jobs:
27
- run: composer apply-typed_class_constant
28
- run: composer analyse
29
30
+ spelling:
31
+ runs-on: ubuntu-latest
32
+ steps:
33
34
+ - uses: crate-ci/[email protected]
35
+
36
test:
37
name: PHP ${{ matrix.php-version }} ${{ matrix.description }}
38
strategy:
@@ -86,7 +92,7 @@ jobs:
86
92
env:
87
93
PHP_CS_FIXER_FUTURE_MODE: 1
88
94
89
95
90
96
91
97
98
0 commit comments