Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Jun 22, 2021
2 parents c136bb3 + 80ac45d commit 310849a
Show file tree
Hide file tree
Showing 98 changed files with 968 additions and 701 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
max-parallel: 6
matrix:
# os: [ubuntu-latest, windows-latest]
php: ['7.2', '7.3', '7.4']
php: ['7.3', '7.4']
db: ['mysql:5.7', mariadb]
include:
- db: 'mysql:5.7'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Run composer post-update scripts
run: |
php artisan key:generate
php artisan key:generate --force
php artisan igniter:util set version
php artisan package:discover
Expand Down
Loading

0 comments on commit 310849a

Please sign in to comment.