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 fe2538d commit 4604c7dCopy full SHA for 4604c7d
.github/workflows/code-style.yaml
.github/workflows/tests.yaml
@@ -15,7 +15,9 @@ jobs:
15
-
16
name: "Behat"
17
run: vendor/bin/behat
18
- php-versions: ['7.4', '8.0']
+ -
19
+ name: "Code style"
20
+ run: vendor/bin/ecs check --ansi
21
22
name: ${{ matrix.actions.name }}
23
runs-on: ubuntu-latest
@@ -26,7 +28,7 @@ jobs:
26
28
# see https://github.com/shivammathur/setup-php
27
29
- uses: shivammathur/setup-php@v2
30
with:
- php-version: ${{ matrix.php-versions }}
31
+ php-version: 8.0
32
coverage: none
33
34
# composer install cache - https://github.com/ramsey/composer-install
0 commit comments