Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into CLI-1383
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 12, 2024
2 parents 7bd58be + 3d80624 commit f849ead
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
run: php logstream.phar

- name: Upload artefact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-php-${{ matrix.php-versions }}-logstream.phar
path: logstream.phar
if-no-files-found: error

- name: Upload code coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-php-${{ matrix.php-versions }}-phpunit.html
path: ./tests/logs/phpunit.html
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.1",
"phpstan/phpstan": "^1.5.0",
"phpstan/phpstan": "^2.0.1",
"phpunit/phpunit": "^9.4",
"php-coveralls/php-coveralls": "^2.0.0"
},
Expand Down
72 changes: 36 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f849ead

Please sign in to comment.