mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-07 00:23:52 -05:00
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -13,10 +13,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 24
|
||||
- name: Set up JDK 25
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '24'
|
||||
java-version: '25'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
- name: Generate acknowledgments data
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -13,10 +13,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 24
|
||||
- name: Set up JDK 25
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '24'
|
||||
java-version: '25'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
- name: Install dependencies for acknowledgments script
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM eclipse-temurin:24.0.2_12-jre-alpine
|
||||
FROM eclipse-temurin:25-jre-alpine-3.22
|
||||
|
||||
LABEL maintainer="dedicatedcode"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dedicatedcode/reitti"
|
||||
|
||||
Reference in New Issue
Block a user