diff --git a/.github/workflows/publish-java17.yaml b/.github/workflows/publish-java17.yaml index f904436..e24c43e 100644 --- a/.github/workflows/publish-java17.yaml +++ b/.github/workflows/publish-java17.yaml @@ -25,9 +25,10 @@ on: spark: description: 'The Spark version of Spark image.' required: true - default: '4.1.0-preview4' + default: '4.1.0' type: choice options: + - 4.1.0 - 4.1.0-preview4 - 4.1.0-preview3 - 4.1.0-preview2 diff --git a/.github/workflows/publish-java21.yaml b/.github/workflows/publish-java21.yaml index 2821582..f220d56 100644 --- a/.github/workflows/publish-java21.yaml +++ b/.github/workflows/publish-java21.yaml @@ -25,9 +25,10 @@ on: spark: description: 'The Spark version of Spark image.' required: true - default: '4.1.0-preview4' + default: '4.1.0' type: choice options: + - 4.1.0 - 4.1.0-preview4 - 4.1.0-preview3 - 4.1.0-preview2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c3f082..b08ec94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,9 +25,10 @@ on: spark: description: 'The Spark version of Spark image.' required: true - default: '4.1.0-preview4' + default: '4.1.0' type: choice options: + - 4.1.0 - 4.1.0-preview4 - 4.1.0-preview3 - 4.1.0-preview2