Skip to content

Commit

Permalink
add doctrine 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Smeagolworms4 committed Apr 3, 2022
1 parent a2f1f31 commit 95dd34a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/doctrine_2.7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Symfony 4.4

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
create:
tags:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test
with:
doctrine_version: '2.7'
php_version: '7.2'
github_token: ${{ secrets.GITHUB_TOKEN }}
discord_webhook: ${{ secrets.DISCORD_WEBHOOK }}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"minimum-stability": "dev",
"require" : {
"php" : ">=7.2",
"doctrine/orm": "^2,>=2.8.0"
"doctrine/orm": "^2,>=2.7.0"
},
"autoload" : {
"psr-4" : {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95dd34a

Please sign in to comment.