Skip to content

Commit

Permalink
[WIP] Lock Composer to 2.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mabolek committed Feb 14, 2024
1 parent 807eee9 commit 2330fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with:
php-version: "${{ matrix.php-version }}"
coverage: none
tools: composer:v2.2
tools: composer:v2.2.22
- name: "Show Composer version"
run: composer --version
- name: "Cache dependencies installed with composer"
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php-version }}"
tools: composer:v2.2
tools: composer:v2.2.22
extensions: mysqli
coverage: none
- name: "Show Composer version"
Expand Down

0 comments on commit 2330fd8

Please sign in to comment.