Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
move support to Java 11 for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Feb 14, 2024
1 parent 0945268 commit 26d4131
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '21' ]
java: [ '11', '21' ]
name: Java ${{ matrix.Java }} Check

steps:
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import net.researchgate.release.ReleaseExtension
import org.jetbrains.dokka.gradle.DokkaTask

plugins {
id("net.researchgate.release") version "3.0.2"
Expand Down

0 comments on commit 26d4131

Please sign in to comment.