Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Jan 13, 2025
1 parent ca0b9a0 commit 90f2b62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
baseImage:
description: 'Base image'
required: true
default: 'eclipse-temurin:11-jre-noble'
default: 'eclipse-temurin:21-jre-noble'
type: string

env:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/push-default-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3
with:
configs-ignore: test compile-internal provided
Expand Down

0 comments on commit 90f2b62

Please sign in to comment.