File tree Expand file tree Collapse file tree 6 files changed +1
-8
lines changed
src/sbt-test/basic/ignore-scala-libraries Expand file tree Collapse file tree 6 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : false
11
11
matrix :
12
12
include :
13
- - sbt_version : 1.2.8
14
- test_groups : ' basic/*'
15
13
- sbt_version : 1.3.13
16
- test_groups : ' basic/* 1.3+/*'
17
14
- sbt_version : 1.4.0
18
- test_groups : ' basic/* 1.3+/*'
19
15
- sbt_version : 1.8.3
20
- test_groups : ' basic/* 1.3+/*'
21
16
22
17
runs-on : ubuntu-latest
23
18
steps :
27
22
distribution : adopt
28
23
java-version : 17
29
24
- name : Test
30
- run : sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "^^${{ matrix.sbt_version }}" "scripted ${{ matrix.test_groups }} "
25
+ run : sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "^^${{ matrix.sbt_version }}" "scripted basic/* "
Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ import ReleaseTransformations._
2
2
3
3
enablePlugins(SbtPlugin )
4
4
5
- val latestSbt_1_2_x_version = " 1.2.8"
6
5
val latestSbt_1_3_x_version = " 1.3.13"
7
6
val latestSbt_1_4_x_version = " 1.4.0"
8
7
val latestSbt_1_8_x_version = " 1.8.3"
9
8
10
9
crossSbtVersions := Seq (
11
- latestSbt_1_2_x_version,
12
10
latestSbt_1_3_x_version,
13
11
latestSbt_1_4_x_version,
14
12
latestSbt_1_8_x_version
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments