Skip to content

Commit 467c36b

Browse files
committed
Update run-tests.yml
1 parent e2a7789 commit 467c36b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
include:
2020
- laravel: 10.*
2121
testbench: 8.*
22-
carbon: 2.64.1
22+
carbon_version: 2.64.1
2323
- laravel: 11.*
2424
testbench: 9.*
25-
carbon: 2.64.1
25+
carbon_version: 2.64.1
2626
- laravel: 12.*
2727
testbench: 10.*
28-
carbon: 3.0.0
28+
carbon_version: 3.0.0
2929
exclude:
3030
- laravel: 11.*
3131
php: 8.1
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Install dependencies
5454
run: |
55-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.64.1" --no-interaction --no-update
55+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^${{ matrix.carbon_version }}" --no-interaction --no-update
5656
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5757
5858
- name: Execute tests

0 commit comments

Comments
 (0)