Skip to content

Commit 4338932

Browse files
committed
ci: pin composer version for consistency
1 parent a12287b commit 4338932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
php-version: ${{ matrix.php }}
3636
extensions: dom, curl, libxml, mbstring, zip, fileinfo
3737
ini-values: error_reporting=E_ALL
38-
tools: composer:v2
38+
tools: composer:v2.8
3939
coverage: none
4040

4141
- name: Setup SSH Keys
@@ -73,7 +73,7 @@ jobs:
7373
php-version: ${{ matrix.php }}
7474
extensions: dom, curl, libxml, mbstring, zip, fileinfo
7575
ini-values: error_reporting=E_ALL
76-
tools: composer:v2
76+
tools: composer:v2.8
7777
coverage: none
7878

7979
- name: Setup SSH Keys

0 commit comments

Comments
 (0)