File tree Expand file tree Collapse file tree 7 files changed +13
-26
lines changed Expand file tree Collapse file tree 7 files changed +13
-26
lines changed Original file line number Diff line number Diff line change @@ -24,25 +24,14 @@ jobs:
24
24
matrix :
25
25
os : [ubuntu-latest, macos-latest]
26
26
scala : [2.12.20]
27
- java : [temurin@8, temurin@17]
28
- exclude :
29
- - java : temurin@8
30
- os : macos-latest
27
+ java : [temurin@17]
31
28
runs-on : ${{ matrix.os }}
32
29
steps :
33
30
- name : Checkout current branch (full)
34
31
uses : actions/checkout@v4
35
32
with :
36
33
fetch-depth : 0
37
34
38
- - name : Setup Java (temurin@8)
39
- if : matrix.java == 'temurin@8'
40
- uses : actions/setup-java@v4
41
- with :
42
- distribution : temurin
43
- java-version : 8
44
- cache : sbt
45
-
46
35
- name : Setup Java (temurin@17)
47
36
if : matrix.java == 'temurin@17'
48
37
uses : actions/setup-java@v4
@@ -76,22 +65,14 @@ jobs:
76
65
matrix :
77
66
os : [ubuntu-latest]
78
67
scala : [2.12.20]
79
- java : [temurin@8 ]
68
+ java : [temurin@17 ]
80
69
runs-on : ${{ matrix.os }}
81
70
steps :
82
71
- name : Checkout current branch (full)
83
72
uses : actions/checkout@v4
84
73
with :
85
74
fetch-depth : 0
86
75
87
- - name : Setup Java (temurin@8)
88
- if : matrix.java == 'temurin@8'
89
- uses : actions/setup-java@v4
90
- with :
91
- distribution : temurin
92
- java-version : 8
93
- cache : sbt
94
-
95
76
- name : Setup Java (temurin@17)
96
77
if : matrix.java == 'temurin@17'
97
78
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1
1
lazy val repoSlug = " sbt/flyway-sbt"
2
- lazy val flywayVersion = " 9.22.3 "
2
+ lazy val flywayVersion = " 10.21.0 "
3
3
lazy val scala212 = " 2.12.20"
4
4
lazy val scala3 = " 3.3.4"
5
5
@@ -88,9 +88,5 @@ ThisBuild / githubWorkflowPublish := Seq(
88
88
)
89
89
ThisBuild / githubWorkflowOSes := Seq (" ubuntu-latest" , " macos-latest" )
90
90
ThisBuild / githubWorkflowJavaVersions := Seq (
91
- JavaSpec .temurin(" 8" ),
92
91
JavaSpec .temurin(" 17" )
93
92
)
94
- ThisBuild / githubWorkflowBuildMatrixExclusions ++= Seq (
95
- MatrixExclude (Map (" java" -> " temurin@8" , " os" -> " macos-latest" )),
96
- )
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
3
3
case _ => sys.error(""" |The system property 'plugin.version' is not defined.
4
4
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin)
5
5
}
6
+
7
+ libraryDependencies += " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0"
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
3
3
case _ => sys.error(""" |The system property 'plugin.version' is not defined.
4
4
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin)
5
5
}
6
+
7
+ libraryDependencies += " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0"
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
3
3
case _ => sys.error(""" |The system property 'plugin.version' is not defined.
4
4
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin)
5
5
}
6
+
7
+ libraryDependencies += " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0"
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
3
3
case _ => sys.error(""" |The system property 'plugin.version' is not defined.
4
4
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin)
5
5
}
6
+
7
+ libraryDependencies += " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0"
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
3
3
case _ => sys.error(""" |The system property 'plugin.version' is not defined.
4
4
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin)
5
5
}
6
+
7
+ libraryDependencies += " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0"
You can’t perform that action at this time.
0 commit comments