diff options
| author | Paul-Christian Volkmer | 2024-02-19 09:02:40 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-19 09:02:40 +0100 |
| commit | 7659939d3c80bc3bdd2c501f59035a6ab7dc6b13 (patch) | |
| tree | aa55eb22ab539c95b959d9ef2227e8003b3e72db /.github/workflows/test.yml | |
| parent | 59d8744c8448223e2ecea958bbe045f198766549 (diff) | |
| parent | f58d4a76cf0d17d4178172d8e19b31c51229bddd (diff) | |
Merge pull request #40 from CCC-MF/issue_37
build: use JDK 21 and update gradle version
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21cc72d..b1fff34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'temurin' - name: Setup Gradle @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'temurin' - name: Setup Gradle |
