Skip to content

Commit

Permalink
workflows/behat.yml // remove composer v2.0 which has no support for …
Browse files Browse the repository at this point in the history
…PHP 8.1
  • Loading branch information
Chrico committed Dec 22, 2022
1 parent 2e2017c commit aad2a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit aad2a02

Please sign in to comment.