Skip to content

Commit f05f731

Browse files
committed
Bump version
1 parent f8cf104 commit f05f731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flysystemV1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sed -i -re 's/S3FilesystemV1/S3FilesystemV2/' psalm.xml
2828
2929
- name: PHPStan
30-
uses: OskarStark/[email protected].22
30+
uses: OskarStark/[email protected].23
3131
with:
3232
entrypoint: /composer/vendor/bin/phpstan
3333
args: analyze --no-progress

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
composer update --no-interaction --prefer-dist --optimize-autoloader
2121
2222
- name: PHPStan
23-
uses: OskarStark/[email protected].22
23+
uses: OskarStark/[email protected].23
2424
with:
2525
entrypoint: /composer/vendor/bin/phpstan
2626
args: analyze --no-progress

0 commit comments

Comments
 (0)