Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andyz26 committed Dec 20, 2024
1 parent 7625c00 commit 1909c32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nebula-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# test against JDK 8
java: [ 8 ]
# test against JDK 17
java: [ 17 ]
name: CI with Java ${{ matrix.java }}
steps:
- name: Setup Git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nebula-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup jdk
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 17
distribution: 'zulu'
- name: Publish candidate
if: contains(github.ref, '-rc.')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup jdk
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 17

- name: Generate dockerfiles
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 1909c32

Please sign in to comment.