Skip to content

Commit

Permalink
github/workflows/main: bump node and java in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Oct 3, 2023
1 parent cff2154 commit d19f660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
docker-image: python:3.11
entrypoint: /bin/bash
- lang: node
docker-image: node:14-alpine
docker-image: node:20-alpine
entrypoint: /bin/sh
- lang: go
docker-image: golang:alpine
Expand All @@ -138,7 +138,7 @@ jobs:
docker-image: mozilla/sbt:8u292_1.5.7
entrypoint: /bin/sh
- lang: java
docker-image: openjdk:11
docker-image: openjdk:17
entrypoint: /bin/sh
- lang: cpp
docker-image: alpine:3.15.4
Expand Down

0 comments on commit d19f660

Please sign in to comment.