Skip to content

Commit

Permalink
Update GitHub workflows configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jun 14, 2022
1 parent 3883391 commit a482392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: "Application"
run: |
mkdir -p build/logs
wget -c -nc --retry-connrefused --tries=0 https://github.com/phpstan/phpstan/releases/download/0.12.71/phpstan.phar -O phpstan.phar
wget -c -nc --retry-connrefused --tries=0 https://github.com/phpstan/phpstan/releases/download/0.12.99/phpstan.phar -O phpstan.phar
chmod +x phpstan.phar
php phpstan.phar --version
Expand Down

0 comments on commit a482392

Please sign in to comment.