Skip to content

Commit cb99184

Browse files
committed
Merge branch '3.x' into fix/canary-islands
2 parents 85af390 + 1748947 commit cb99184

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
@@ -61,7 +61,7 @@ jobs:
6161
uses: shivammathur/setup-php@v2
6262
with:
6363
php-version: ${{ matrix.php }}
64-
tools: composer:v2
64+
tools: composer:2.8
6565

6666
- name: Install dependencies
6767
run: |
@@ -110,7 +110,7 @@ jobs:
110110
uses: shivammathur/setup-php@v2
111111
with:
112112
php-version: ${{ matrix.php }}
113-
tools: composer:v2
113+
tools: composer:2.8
114114

115115
- name: Install dependencies
116116
run: |

0 commit comments

Comments
 (0)