Skip to content

Commit

Permalink
Revert "Upgrade to latest Exasol version"
Browse files Browse the repository at this point in the history
This reverts commit f833833.
  • Loading branch information
kaklakariada committed Jul 29, 2024
1 parent f833833 commit 0376692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
go: ["1.21.12", "1.22.5"]
db: ["7.1.26", "8.29.1"]
db: ["7.1.26", "8.27.0"]
env:
DEFAULT_GO: "1.22"
DEFAULT_DB: "8.29.1"
DEFAULT_DB: "8.27.0"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-go-${{ matrix.go }}-db-${{ matrix.db }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion pkg/integrationTesting/dbTestSetup.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/stretchr/testify/suite"
)

const defaultExasolDbVersion = "8.29.1"
const defaultExasolDbVersion = "8.27.0"

type DbTestSetup struct {
suite *suite.Suite
Expand Down

0 comments on commit 0376692

Please sign in to comment.