Skip to content

Commit 47c357a

Browse files
committed
Add version to publish/test
1 parent 5c5a79b commit 47c357a

File tree

3 files changed

+43
-11
lines changed

3 files changed

+43
-11
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ on:
2525
spark:
2626
description: 'The Spark version of Spark image.'
2727
required: true
28-
default: '3.3.0'
28+
default: '3.4.0'
2929
type: choice
3030
options:
31-
- 3.3.0
31+
- 3.4.0
32+
- 3.3.2
3233
- 3.3.1
34+
- 3.3.0
3335
publish:
3436
description: 'Publish the image or not.'
3537
default: false

‎.github/workflows/test.yml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ on:
2525
spark:
2626
description: 'The Spark version of Spark image.'
2727
required: true
28-
default: '3.3.1'
28+
default: '3.4.0'
2929
type: choice
3030
options:
31-
- 3.3.0
31+
- 3.4.0
32+
- 3.3.2
3233
- 3.3.1
34+
- 3.3.0
3335
java:
3436
description: 'The Java version of Spark image.'
3537
default: 11

‎versions.json‎

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,57 @@
11
{
22
"versions": [
3+
{
4+
"path": "3.4.0/scala2.12-java11-python3-ubuntu",
5+
"tags": [
6+
"3.4.0-scala2.12-java11-python3-ubuntu",
7+
"3.4.0-python3",
8+
"3.4.0",
9+
"python3",
10+
"latest"
11+
]
12+
},
13+
{
14+
"path": "3.4.0/scala2.12-java11-r-ubuntu",
15+
"tags": [
16+
"3.4.0-scala2.12-java11-r-ubuntu",
17+
"3.4.0-r",
18+
"r"
19+
]
20+
},
21+
{
22+
"path": "3.4.0/scala2.12-java11-ubuntu",
23+
"tags": [
24+
"3.4.0-scala2.12-java11-ubuntu",
25+
"3.4.0-scala",
26+
"scala"
27+
]
28+
},
29+
{
30+
"path": "3.4.0/scala2.12-java11-python3-r-ubuntu",
31+
"tags": [
32+
"3.4.0-scala2.12-java11-python3-r-ubuntu"
33+
]
34+
},
335
{
436
"path": "3.3.1/scala2.12-java11-python3-ubuntu",
537
"tags": [
638
"3.3.1-scala2.12-java11-python3-ubuntu",
739
"3.3.1-python3",
8-
"3.3.1",
9-
"python3",
10-
"latest"
40+
"3.3.1"
1141
]
1242
},
1343
{
1444
"path": "3.3.1/scala2.12-java11-r-ubuntu",
1545
"tags": [
1646
"3.3.1-scala2.12-java11-r-ubuntu",
17-
"3.3.1-r",
18-
"r"
47+
"3.3.1-r"
1948
]
2049
},
2150
{
2251
"path": "3.3.1/scala2.12-java11-ubuntu",
2352
"tags": [
2453
"3.3.1-scala2.12-java11-ubuntu",
25-
"3.3.1-scala",
26-
"scala"
54+
"3.3.1-scala"
2755
]
2856
},
2957
{

0 commit comments

Comments
 (0)