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 f8d3e3f commit 3f5186fCopy full SHA for 3f5186f
.github/workflows/tests.yml
@@ -33,15 +33,15 @@ jobs:
33
- name: Setup problem matchers for PHPUnit
34
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
35
36
+ - if: matrix.php == '8.2'
37
+ name: Require packages for PHP 8.2
38
+ run: composer require nesbot/carbon:^2.62.1 --no-update
39
+
40
- name: Install dependencies
41
uses: ramsey/composer-install@v2
42
with:
43
dependency-versions: ${{ matrix.stability }}
44
- - if: matrix.php == '8.2'
- name: Require packages for PHP 8.2
- run: composer require nesbot/carbon:^2.62.1 --no-update
-
45
- name: Execute tests
46
run: composer run-script test:phpunit -- --coverage-clover coverage.xml
47
0 commit comments