Skip to content

Commit 39baec4

Browse files
committed
config fix for Carbon and 8.3 testing lowest
1 parent 3116ff5 commit 39baec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
--no-interaction --no-update
5656
5757
- name: Require Minimum Packages for version
58-
if: ${{ matrix.php == '8.2' && matrix.dependencies == 'lowest' }}
58+
if: ${{ (matrix.php == '8.2' || matrix.php == '8.3') && matrix.dependencies == 'lowest' }}
5959
run: >
6060
composer require
6161
"nesbot/carbon:${{ matrix.carbon }}"

0 commit comments

Comments
 (0)