Skip to content

Commit

Permalink
upgrade dev container to use java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Oct 20, 2023
1 parent c5f327f commit 685dfa7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Java",
"image": "mcr.microsoft.com/devcontainers/java:17",
"image": "mcr.microsoft.com/devcontainers/java:21",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "none",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: boot-httpClients-http-proxy
name: httpClients-boot-http-proxy
on:
push:
paths:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: boot-httpClients-rest-template
name: httpClients-boot-rest-template
on:
push:
paths:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: spring-boot-httpClients-boot-restclient
name: httpClients-boot-restclient
on:
push:
paths:
Expand Down

0 comments on commit 685dfa7

Please sign in to comment.