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 a1c276c commit f263566Copy full SHA for f263566
1 file changed
.github/workflows/tests.yml
@@ -17,10 +17,6 @@ jobs:
17
operatingSystem: [ubuntu-latest]
18
phpVersion: ['8.1', '8.2', '8.3', '8.4']
19
winterBranch: ['develop']
20
- include:
21
- - operatingSystem: ubuntu-latest
22
- phpVersion: '7.4'
23
- winterBranch: '1.1'
24
fail-fast: false
25
name: PHP ${{ matrix.phpVersion }} / Winter ${{ matrix.winterBranch }}
26
runs-on: ${{ matrix.operatingSystem }}
@@ -37,10 +33,4 @@ jobs:
37
33
run: ./vendor/bin/parallel-lint plugins/winter/user
38
34
39
35
- name: Run unit tests (develop branch)
40
- if: matrix.winterBranch != '1.1'
41
36
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