Skip to content

Commit

Permalink
Update CI Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Jul 21, 2023
1 parent 5948f86 commit 9c20dad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Tests

on:
push:
branches:
- main
- '*.x'
pull_request:
schedule:
- cron: '0 0 * * *'
Expand Down Expand Up @@ -31,7 +34,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --prefer-dist --no-interaction --no-update
composer require "illuminate/contracts=^${{ matrix.laravel }}" --prefer-dist --no-interaction --no-update
composer update --prefer-dist --no-interaction --no-progress
- name: Execute tests
Expand Down

0 comments on commit 9c20dad

Please sign in to comment.