From 32b60733a55b8321bade104c7607909d33063d38 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 8 Jan 2024 20:14:54 +0100 Subject: [PATCH] .gitea/workflows/test.yml aktualisiert --- .gitea/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index cfa05a3..37d0263 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -6,6 +6,10 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: + - uses: actions/setup-java@v4 + with: + distribution: 'temurin' # See 'Supported distributions' for available options + java-version: '21' - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."