Skip to content

Commit c080fb1

Browse files
committed
Run using Java 21
1 parent fbc1144 commit c080fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-azure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
fi
7575
echo 'workspace:' ${{ github.workspace }}
7676
az spring app deploy -n ${{env.APP_NAME}} --artifact-path ${{env.JAR_PATH}} -d $NEWDEPLOYMENT -s ${{env.SERVICE_NAME}} -g ${{env.GROUP_NAME}} \
77-
--build-env BP_JVM_VERSION=11 --jvm-options='-Xmx1g -Xms1g'
77+
--build-env BP_JVM_VERSION=21 --jvm-options='-Xmx1g -Xms1g'
7878
7979
switch-to-production:
8080
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)