Include Eclipse 4.34 remove 4.31
This commit is contained in:
20
.github/workflows/snapshot-all.yml
vendored
20
.github/workflows/snapshot-all.yml
vendored
@@ -15,20 +15,11 @@ jobs:
|
||||
eclipse-ls-extensions:
|
||||
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e431'
|
||||
eclipse_profile: 'e432'
|
||||
build_type: 'snapshot'
|
||||
skip_tests: false
|
||||
secrets: inherit
|
||||
|
||||
e431-distro:
|
||||
needs: [ eclipse-ls-extensions ]
|
||||
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e431'
|
||||
build_type: 'snapshot'
|
||||
java_version: '17'
|
||||
secrets: inherit
|
||||
|
||||
e432-distro:
|
||||
needs: [ eclipse-ls-extensions ]
|
||||
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
|
||||
@@ -47,6 +38,15 @@ jobs:
|
||||
java_version: '21'
|
||||
secrets: inherit
|
||||
|
||||
e434-distro:
|
||||
needs: [ eclipse-ls-extensions ]
|
||||
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e434'
|
||||
build_type: 'snapshot'
|
||||
java_version: '21'
|
||||
secrets: inherit
|
||||
|
||||
vscode-spring-boot:
|
||||
uses: ./.github/workflows/snapshot-vscode-extension.yml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user