Skip to content

Commit 5704477

Browse files
committed
init tests
1 parent 4f13e55 commit 5704477

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [8.1, 8.0, 7.4]
14+
php: [8.0, 7.4]
1515
laravel: [8.*, 7.*, 6.*, 5.8.*]
1616
dependency-version: [prefer-lowest, prefer-stable]
1717
os: [ubuntu-latest, windows-latest]
@@ -27,8 +27,6 @@ jobs:
2727
exclude:
2828
- laravel: 5.8.*
2929
php: 8.0
30-
- laravel: 5.8.*
31-
php: 8.1
3230
- laravel: 8.*
3331
php: 7.4
3432

@@ -51,18 +49,3 @@ jobs:
5149
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
5250
- name: Execute tests
5351
run: composer test
54-
55-
js-tests:
56-
runs-on: ubuntu-latest
57-
58-
name: JavaScript tests
59-
60-
steps:
61-
- name: Checkout code
62-
uses: actions/checkout@v1
63-
64-
- name: Install dependencies
65-
run: yarn install --non-interactive
66-
67-
- name: Execute tests
68-
run: yarn run jest

0 commit comments

Comments
 (0)