Skip to content

Commit 37142c0

Browse files
committed
wip
1 parent ecdb2cf commit 37142c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ jobs:
9292
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
9393
9494
- name: Install dependencies
95-
if: "matrix.laravel == '11.*' && matrix.php == '8.3'" || "matrix.laravel == '12.*' && matrix.php == '8.3'"
95+
if: >
96+
(matrix.laravel == '11.*' && matrix.php == '8.3') ||
97+
(matrix.laravel == '12.*' && matrix.php == '8.3')
9698
run: |
9799
composer require "laravel/framework:11.*" "orchestra/testbench:9.*" --no-interaction --no-update --dev
98100
composer update --prefer-stable --prefer-dist --no-interaction

0 commit comments

Comments
 (0)