Skip to content

Commit

Permalink
Update Carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 24, 2023
1 parent 52308dc commit 888b000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,9 @@ jobs:
../../../phpstan.phar analyse -l 9 tests/static-analysis -c ../webmozart.neon
- php-version: 8.1
script: |
git clone https://github.com/briannesbitt/Carbon.git -b 2.66.0 --depth 1 e2e/integration/repo
git clone https://github.com/briannesbitt/Carbon.git e2e/integration/repo
cd e2e/integration/repo
git checkout 0af369fba2435afe17a97cfa9a02a8e84d6c6640
composer install
../../../phpstan.phar analyse -c ../carbon.neon
- php-version: 8.2
Expand Down

0 comments on commit 888b000

Please sign in to comment.