Skip to content

Commit

Permalink
Fix matrix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl authored Apr 23, 2020
1 parent 1ce39d4 commit a00b575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Start docker containers
run: docker-compose up -d
- name: Install dependencies
run: docker-compose exec -T test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION"
run: docker-compose exec -T test composer require --no-interaction "laravel/framework:${{ matrix.laravel }}"
- name: Run tests
run: ./fulltest
- name: Send code coverage to codecov
Expand Down

0 comments on commit a00b575

Please sign in to comment.