Skip to content

Commit daf103f

Browse files
committed
build: fix broken build step
1 parent 3f36f1c commit daf103f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ini-values: error_reporting=E_ALL
3232

3333
- name: Set Laravel JSON:API Core Version
34-
run: composer require "laravel-json-api/core:^${{ matrix.laravel }}" --no-update
34+
run: composer require "laravel-json-api/core:^${{ matrix.core }}" --no-update
3535

3636
- name: Install dependencies
3737
uses: nick-fields/retry@v3

0 commit comments

Comments
 (0)