Skip to content

Commit

Permalink
Merge pull request #51 from trompette/update-vendors-constraints
Browse files Browse the repository at this point in the history
Update vendor constraints and test matrix
  • Loading branch information
trompette authored Dec 20, 2022
2 parents 81d5607 + b777380 commit 386a995
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@ jobs:
strategy:
matrix:
dbal-version:
- "2.13.*"
- "3.3.*"
- "3.5.*"
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
symfony-version:
- "4.4.*"
- "5.4.*"
- "6.0.*"
- "6.2.*"
exclude:
- { php-version: "7.4", symfony-version: "6.0.*" }
- { php-version: "8.0", symfony-version: "6.2.*" }

steps:
- name: "Checkout"
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
}
},
"require": {
"php": ">=7.4",
"php": ">=8.0",
"beberlei/assert": ">=3.2",
"doctrine/dbal": ">=2.13",
"doctrine/dbal": ">=3.5",
"psr/log": ">=1.1",
"symfony/config": ">=4.4",
"symfony/console": ">=4.4",
"symfony/expression-language": ">=4.4"
},
"require-dev": {
"ext-sqlite3": "*",
"doctrine/orm": ">=2.11",
"doctrine/orm": ">=2.14",
"phpunit/phpunit": "^9.5",
"phpspec/prophecy-phpunit": "^2.0",
"symfony/dependency-injection": ">=4.4",
"symfony/http-kernel": ">=4.4",
"phpstan/phpstan": "^1.4",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.9",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-beberlei-assert": "^1.0",
"jangregor/phpstan-prophecy": "^1.0",
"phpstan/phpstan-symfony": "^1.1",
"phpstan/phpstan-phpunit": "^1.0"
"phpstan/phpstan-symfony": "^1.2",
"phpstan/phpstan-phpunit": "^1.3"
},
"suggest": {
"doctrine/orm": "To benefit from automatic schema creation",
Expand Down

0 comments on commit 386a995

Please sign in to comment.