Skip to content

Commit 4604c7d

Browse files
Don't test PHP 7.4
1 parent fe2538d commit 4604c7d

File tree

2 files changed

+4
-37
lines changed

2 files changed

+4
-37
lines changed

.github/workflows/code-style.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
-
1616
name: "Behat"
1717
run: vendor/bin/behat
18-
php-versions: ['7.4', '8.0']
18+
-
19+
name: "Code style"
20+
run: vendor/bin/ecs check --ansi
1921

2022
name: ${{ matrix.actions.name }}
2123
runs-on: ubuntu-latest
@@ -26,7 +28,7 @@ jobs:
2628
# see https://github.com/shivammathur/setup-php
2729
- uses: shivammathur/setup-php@v2
2830
with:
29-
php-version: ${{ matrix.php-versions }}
31+
php-version: 8.0
3032
coverage: none
3133

3234
# composer install cache - https://github.com/ramsey/composer-install

0 commit comments

Comments
 (0)