diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index 866a901..d29b3ca 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] - composer-version: [ 'v2.0', 'v2.1', 'v2.2', 'v2.3', 'v2.4', 'v2.5' ] + composer-version: [ 'v2.1', 'v2.2', 'v2.3', 'v2.4', 'v2.5' ] include: - php-version: '8.1' composer-version: 'v2'