Skip to content

Commit

Permalink
config fix for Carbon and 8.3 testing lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox committed Dec 1, 2023
1 parent 3116ff5 commit 39baec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
--no-interaction --no-update
- name: Require Minimum Packages for version
if: ${{ matrix.php == '8.2' && matrix.dependencies == 'lowest' }}
if: ${{ (matrix.php == '8.2' || matrix.php == '8.3') && matrix.dependencies == 'lowest' }}
run: >
composer require
"nesbot/carbon:${{ matrix.carbon }}"
Expand Down

0 comments on commit 39baec4

Please sign in to comment.