Update .gitea/workflows/main.yml
Java CI with Maven / build (push) Failing after 1m6s

This commit is contained in:
2025-02-04 11:38:22 +00:00
parent ec3aa08065
commit 408abf4e32
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'