Skip to content

Commit f263566

Browse files
authored
Remove support for Winter v1.1
1 parent a1c276c commit f263566

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
operatingSystem: [ubuntu-latest]
1818
phpVersion: ['8.1', '8.2', '8.3', '8.4']
1919
winterBranch: ['develop']
20-
include:
21-
- operatingSystem: ubuntu-latest
22-
phpVersion: '7.4'
23-
winterBranch: '1.1'
2420
fail-fast: false
2521
name: PHP ${{ matrix.phpVersion }} / Winter ${{ matrix.winterBranch }}
2622
runs-on: ${{ matrix.operatingSystem }}
@@ -37,10 +33,4 @@ jobs:
3733
run: ./vendor/bin/parallel-lint plugins/winter/user
3834

3935
- name: Run unit tests (develop branch)
40-
if: matrix.winterBranch != '1.1'
4136
run: php artisan winter:test -p Winter.User -- --testdox
42-
43-
- name: Run unit tests (1.1 branch)
44-
if: matrix.winterBranch == '1.1'
45-
working-directory: plugins/winter/user
46-
run: ../../../vendor/bin/phpunit --bootstrap ../../../tests/bootstrap.php --testdox

0 commit comments

Comments
 (0)