Skip to content

Commit

Permalink
Merge pull request #360 from doctrine/1.4.x
Browse files Browse the repository at this point in the history
Merge up
  • Loading branch information
greg0ire authored Jan 23, 2021
2 parents 451694a + a7f9376 commit 6b09c0b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
16 changes: 11 additions & 5 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,26 @@
"docsSlug": "doctrine-data-fixtures",
"versions": [
{
"name": "1.4",
"branchName": "master",
"name": "1.5",
"branchName": "1.5.x",
"slug": "latest",
"upcoming": true
},
{
"name": "1.3",
"branchName": "1.3",
"slug": "1.3",
"name": "1.4",
"branchName": "1.4.x",
"slug": "1.4",
"current": true,
"aliases": [
"current",
"stable"
]
},
{
"name": "1.3",
"branchName": "1.3",
"slug": "1.3",
"maintained": false
}
]
}
2 changes: 0 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
pull_request:
branches:
- "*.x"
- "master"
push:
branches:
- "*.x"
- "master"

jobs:
coding-standards:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
pull_request:
branches:
- "*.x"
- "master"
push:
branches:
- "*.x"
- "master"

env:
fail-fast: true
Expand All @@ -30,6 +28,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
dependencies:
- "highest"
include:
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
Expand Down

0 comments on commit 6b09c0b

Please sign in to comment.