Skip to content

Commit

Permalink
We can support Composer v2 on PHP 7.2 and 7.3
Browse files Browse the repository at this point in the history
PHP requirement was updated in PSR-11 v2.0.2, v2.0.1 still requires PHP 7.2+

[ci skip]
  • Loading branch information
gmazzap committed Feb 3, 2023
1 parent 12f5377 commit dd2ac0d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/php-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
dependency-versions: [ 'lowest', 'highest' ]
container-versions: [ '^1.1.0', '^2' ]
exclude:
- php-versions: '7.2'
container-versions: '^1.1.0'
- php-versions: '7.3'
container-versions: '^1.1.0'

steps:
- name: Checkout
Expand Down

0 comments on commit dd2ac0d

Please sign in to comment.