Skip to content

Commit c06bcaf

Browse files
committed
changed CI config.
1 parent 52a5cd6 commit c06bcaf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
laravel: [ 5.6.*, 5.7.*, 5.8.*, 6.*, 7.* ]
1716
php: [7.2, 7.3, 7.4, 8.0 ]
1817
mysql: [5.7, 8.0]
1918
exclude:
20-
- laravel: 5.6.*
21-
php: 8.0 # incompatible
22-
- laravel: 5.7.*
23-
php: 8.0 # incompatible
19+
- php: 8.0 # incompatible
2420
services:
2521
mysql:
2622
image: mysql:${{ matrix.mysql }}
@@ -46,8 +42,7 @@ jobs:
4642

4743
- name: Install dependencies
4844
run: |
49-
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
50-
composer update --prefer-dist --no-interaction
45+
composer install --no-interaction ${{ matrix.composer_option || '' }}
5146
5247
- name: Prepare Code Climate Reporter
5348
run: |

0 commit comments

Comments
 (0)