Skip to content

Commit 0522111

Browse files
authored
Drop PHP 7.4, 8.0 & Winter 1.1 support
1 parent 93d6644 commit 0522111

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ jobs:
1313
strategy:
1414
max-parallel: 6
1515
matrix:
16-
phpVersion: ['8.0', '8.1', '8.2', '8.3']
16+
phpVersion: ['8.1', '8.2', '8.3', '8.4']
1717
winterRelease: ['develop']
1818
winterReleaseDir: ['develop']
19-
include:
20-
- phpVersion: '7.4'
21-
winterRelease: 'v1.1.9'
22-
winterReleaseDir: '1.1.9'
2319
fail-fast: false
2420
env:
2521
phpExtensions: mbstring, intl, gd, xml, sqlite
@@ -82,11 +78,5 @@ jobs:
8278
- name: Run linting
8379
run: ./vendor/bin/parallel-lint plugins/winter/pages
8480

85-
- name: Run unit tests (1.2/develop)
86-
if: matrix.winterRelease != 'v1.1.9'
81+
- name: Run unit tests
8782
run: php artisan winter:test -p Winter.Pages
88-
89-
- name: Run unit tests (1.1)
90-
if: matrix.winterRelease == 'v1.1.9'
91-
working-directory: plugins/winter/pages
92-
run: ../../../vendor/bin/phpunit --bootstrap ../../../tests/bootstrap.php

0 commit comments

Comments
 (0)