Skip to content

Commit

Permalink
phplint: Use version 9.0.4 as the latest version does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Dec 1, 2023
1 parent 4edf4b4 commit 24e04a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Setup dependencies
run: |
composer require -n --no-progress overtrue/phplint phpunit/phpunit phpstan/phpstan
composer require -n --no-progress overtrue/phplint:9.0.4 phpunit/phpunit phpstan/phpstan
sudo git clone --depth 1 https://github.com/Icinga/icingaweb2.git /icingaweb2
sudo git clone --depth 1 -b snapshot/nightly https://github.com/Icinga/icinga-php-thirdparty.git /usr/share/icinga-php/vendor
sudo git clone --depth 1 -b snapshot/nightly https://github.com/Icinga/icinga-php-library.git /usr/share/icinga-php/ipl
Expand Down

0 comments on commit 24e04a4

Please sign in to comment.