Skip to content

Commit

Permalink
getting rid of test that won't work - composer 1 no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
aembler committed Dec 19, 2022
1 parent 906d78f commit 7db5ea3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ jobs:
- php-version: 8.0
operating-system: "ubuntu-latest"
dependencies: "highest"
# Lowest doesn't work at the moment. Test with composer version 1 on 7.3 only.
- php-version: 7.3
operating-system: "ubuntu-latest"
dependencies: "locked"
composer: "composer:v1, prestissimo"
- php-version: 8.1
operating-system: "ubuntu-latest"
dependencies: "locked"
Expand Down
2 changes: 1 addition & 1 deletion concrete/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"scssphp/scssphp": "^1.4",
"doctrine/annotations": "^1.13.2",
"doctrine/dbal": "^2.13.2",
"doctrine/orm": "^2.8.5 <2.14",
"doctrine/orm": "^2.13 <2.14",
"doctrine/lexer": "^1.2.3",
"doctrine/common": "^3.1.2",
"doctrine/persistence": "^2.5.1",
Expand Down

0 comments on commit 7db5ea3

Please sign in to comment.