diff options
author | Tyler Ferrari <69283684+Sowgro@users.noreply.github.com> | 2025-03-03 11:31:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-03 11:31:50 -0500 |
commit | 02bf8018236e4d7000fdd49503a1bc119eb3eddd (patch) | |
tree | 0296508405766c078fc1e2025e808a34f5b332ba /.github | |
parent | 4e09f9fff48f1c37ee120f304739d7a4ced72026 (diff) | |
download | JellySolutions-02bf8018236e4d7000fdd49503a1bc119eb3eddd.tar.gz JellySolutions-02bf8018236e4d7000fdd49503a1bc119eb3eddd.tar.bz2 JellySolutions-02bf8018236e4d7000fdd49503a1bc119eb3eddd.zip |
Change CI to java 22
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/maven.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d977176..73842ec 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,10 +21,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 22 uses: actions/setup-java@v4 with: - java-version: '17' + java-version: '22' distribution: 'temurin' cache: maven - name: Build with Maven |