Skip to content

Commit

Permalink
Test more versions in the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 16, 2022
1 parent ff25bb5 commit c7c22c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
php-version:
- "7.4"
- "8.0"
- "8.1"
composer-version:
- "v2"
- "preview"
- "snapshot"

steps:
- name: "Checkout"
Expand All @@ -31,6 +36,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
tools: "composer:${{ matrix.composer-version }}"

- name: "Install dependencies"
working-directory: "e2e"
Expand Down

0 comments on commit c7c22c9

Please sign in to comment.