Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install dependencies
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1

- name: Check source code for syntax errors
run: vendor/bin/parallel-lint --exclude .git --exclude vendor .
Expand All @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install dependencies
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1

- name: Check source code for code style errors
run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --verbose --diff --dry-run
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
coverage: none

- name: Install Composer dependencies
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1

- name: Run PHPStan
run: vendor/bin/phpstan analyze
Expand All @@ -140,7 +140,7 @@ jobs:
coverage: none

- name: Install Composer dependencies
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1

# We ban GPL-2.0-or-later, we don't want that viral thing in Lychee: We want to keep our MIT license.
- name: Run License Checker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
tools: pecl, composer

- name: Install Composer dependencies
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1

- name: copy Env
run: |
Expand Down