Skip to content

Commit c7c22c9

Browse files
committed
Test more versions in the matrix
1 parent ff25bb5 commit c7c22c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
php-version:
2222
- "7.4"
2323
- "8.0"
24+
- "8.1"
25+
composer-version:
26+
- "v2"
27+
- "preview"
28+
- "snapshot"
2429

2530
steps:
2631
- name: "Checkout"
@@ -31,6 +36,7 @@ jobs:
3136
with:
3237
coverage: "none"
3338
php-version: "${{ matrix.php-version }}"
39+
tools: "composer:${{ matrix.composer-version }}"
3440

3541
- name: "Install dependencies"
3642
working-directory: "e2e"

0 commit comments

Comments
 (0)