We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3116ff5 commit 39baec4Copy full SHA for 39baec4
.github/workflows/run-tests.yml
@@ -55,7 +55,7 @@ jobs:
55
--no-interaction --no-update
56
57
- name: Require Minimum Packages for version
58
- if: ${{ matrix.php == '8.2' && matrix.dependencies == 'lowest' }}
+ if: ${{ (matrix.php == '8.2' || matrix.php == '8.3') && matrix.dependencies == 'lowest' }}
59
run: >
60
composer require
61
"nesbot/carbon:${{ matrix.carbon }}"
0 commit comments