mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 11:14:04 +00:00
Properly retrieve matrix value
This commit is contained in:
parent
f2072fc94e
commit
9926064466
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install composer dependencies
|
||||
run: composer require "laravel/framework:^{{matrix.laravel}}.0.0"
|
||||
run: composer require "laravel/framework:^${{matrix.laravel}}.0.0"
|
||||
- name: Run tests
|
||||
run: vendor/bin/phpunit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue