Skip to content

Commit d375204

Browse files
committed
Update tests
1 parent 0698682 commit d375204

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Tests
22

3-
on: [ push, pull_request ]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 0 * * *'
48

59
jobs:
610
test:
@@ -16,10 +20,6 @@ jobs:
1620
- laravel: 7.*
1721
testbench: 5.*
1822

19-
- laravel: 7.*
20-
dependency-version: prefer-lowest
21-
composer-version: --1
22-
2323
- laravel: 8.*
2424
testbench: 6.*
2525

@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install dependencies
4646
run: |
47-
composer self-update ${{ matrix.composer-version }}
47+
composer self-update
4848
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4949
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
5050

0 commit comments

Comments
 (0)