Skip to content

Commit b6c8cfc

Browse files
committed
Disable CI tests for 2.13
1 parent e76b849 commit b6c8cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
java: [ 8 ]
15-
scala: [ 2.12.15 ]
15+
scala: [ 2.12.15, 2.13.8 ]
1616

1717
steps:
1818
- uses: actions/checkout@v2
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: true
5353
matrix:
5454
java: [8]
55-
scala: [2.12.15, 2.13.8]
55+
scala: [2.12.15]
5656

5757
steps:
5858
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)