Skip to content

Commit

Permalink
add Laravel 8 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Sep 8, 2020
1 parent 9925615 commit c781ec2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
matrix:
php: ['7.1', '7.2', '7.3', '7.4']
laravel: ['~5.5.0', '~5.6.0', '~5.7.0', '~5.8.0', '^6.0', '^7.0']
laravel: ['~5.5.0', '~5.6.0', '~5.7.0', '~5.8.0', '^6.0', '^7.0', '^8.0']
dependency-version: ['prefer-lowest', 'prefer-stable']
include:
- laravel: '~5.5.0'
Expand All @@ -80,13 +80,19 @@ jobs:
testbench: '^4.0'
- laravel: '^7.0'
testbench: '^5.0'
- laravel: '^8.0'
testbench: '^6.0'
exclude:
- laravel: '~5.3.0'
php: '7.2'
- laravel: '^6.0'
php: '7.1'
- laravel: '^7.0'
php: '7.1'
- laravel: '^8.0'
php: '7.1'
- laravel: '^8.0'
php: '7.2'

steps:
- name: checkout code
Expand Down

0 comments on commit c781ec2

Please sign in to comment.