compile with JDK 21
All checks were successful
/ build (push) Successful in 51s

This commit is contained in:
Soph :3 2024-05-06 18:29:01 +03:00
parent 0eccd4f1e2
commit f55ae746be
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
2 changed files with 4 additions and 4 deletions

View file

@ -4,10 +4,10 @@ jobs:
runs-on: node-16
steps:
- uses: https://github.com/actions/checkout@v4
- name: Set up JDK 22
- name: Set up JDK 21
uses: https://github.com/actions/setup-java@v4
with:
java-version: '22'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Set up Maven