Skip to content

Commit

Permalink
feat: fix deprecation of creating EntityManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Jun 19, 2023
1 parent fb8ce76 commit f545000
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
Expand All @@ -35,7 +33,7 @@ jobs:
- ""
include:
- deps: "lowest"
php-version: "7.2"
php-version: "7.4"
- deps: "highest"
php-version: "8.2"
dbal-version: "^2.13.1"
Expand Down

0 comments on commit f545000

Please sign in to comment.