Skip to content

Commit

Permalink
Add Dgraph 24.0.5 to CI (#272)
Browse files Browse the repository at this point in the history
## Checklist before submitting

- [X] Did you read the [contributing
guide](https://github.com/G-Research/spark-dgraph-connector/blob/contributing-guidelines/CONTRIBUTING.md)?
- [ ] Did you update the docs?
- [ ] Did you write any tests to validate this change?  

## Description

Adds Dgraph v24.0.3, v24.0.4, v24.0.5 to CI.

## Review process for approval

1. All tests and other checks must succeed.
2. At least one core contributors must review and approve.
3. If a core contributor requests changes, they must be addressed.
  • Loading branch information
EnricoMi authored Dec 15, 2024
1 parent 9d04e9a commit 4cd1e72
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- dgraph-version: "21.12.0"
- dgraph-version: "22.0.2"
- dgraph-version: "23.1.1"
- dgraph-version: "24.0.2"
- dgraph-version: "24.0.5"
uses: "./.github/workflows/test-spark.yml"
with:
dgraph-version: ${{ matrix.dgraph-version }}
Expand All @@ -97,31 +97,31 @@ jobs:
"scala-compat-version": "2.13",
"scala-version": "2.13.5",
"java-version": "11",
"dgraph-version": "24.0.2"
"dgraph-version": "24.0.5"
},
{
"spark-version": "3.3.4",
"spark-compat-version": "3.3",
"scala-compat-version": "2.13",
"scala-version": "2.13.8",
"java-version": "11",
"dgraph-version": "24.0.2"
"dgraph-version": "24.0.5"
},
{
"spark-version": "3.4.3",
"spark-compat-version": "3.4",
"scala-compat-version": "2.13",
"scala-version": "2.13.8",
"java-version": "11",
"dgraph-version": "24.0.2"
"dgraph-version": "24.0.5"
},
{
"spark-version": "3.5.3",
"spark-compat-version": "3.5",
"scala-compat-version": "2.13",
"scala-version": "2.13.8",
"java-version": "11",
"dgraph-version": "24.0.2"
"dgraph-version": "24.0.5"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
"22.0.0", "22.0.1", "22.0.2",
"23.0.0", "23.0.1",
"23.1.0", "23.1.1",
"24.0.0", "24.0.1", "24.0.2"
"24.0.0", "24.0.1", "24.0.2", "24.0.4", "24.0.5"
]
scala-compat-version: ["2.12"]
include:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
scala-version: '2.12.10'
java-version: 11
dgraph-minor-version: "24.0"
dgraph-version: "24.0.2"
dgraph-version: "24.0.5"
hadoop-version: '2.7'

- spark-compat-version: '3.1'
Expand All @@ -29,7 +29,7 @@ jobs:
scala-version: '2.12.10'
java-version: 11
dgraph-minor-version: "24.0"
dgraph-version: "24.0.2"
dgraph-version: "24.0.5"
hadoop-version: '2.7'

- spark-compat-version: '3.2'
Expand All @@ -38,7 +38,7 @@ jobs:
scala-version: '2.12.15'
java-version: 11
dgraph-minor-version: "24.0"
dgraph-version: "24.0.2"
dgraph-version: "24.0.5"
hadoop-version: '2.7'

- spark-compat-version: '3.3'
Expand All @@ -47,7 +47,7 @@ jobs:
scala-version: '2.12.15'
java-version: 11
dgraph-minor-version: "24.0"
dgraph-version: "24.0.2"
dgraph-version: "24.0.5"
hadoop-version: '3'

- spark-compat-version: '3.4'
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- dgraph-minor-version: "23.1"
dgraph-version: "23.1.1"
- dgraph-minor-version: "24.0"
dgraph-version: "24.0.2"
dgraph-version: "24.0.5"

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- dgraph-minor-version: "23.1"
dgraph-version: "23.1.1"
- dgraph-minor-version: "24.0"
dgraph-version: "24.0.2"
dgraph-version: "24.0.5"

steps:
- name: Checkout
Expand Down

0 comments on commit 4cd1e72

Please sign in to comment.