diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-08 15:36:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 15:36:22 +0000 |
commit | 275a068ac2bcf04c1cf439cf316e01f1a8985bf0 (patch) | |
tree | c702b7da709bdc1a32e046658cddbd2111aaa2bd | |
parent | d85ce883f41f826861eb867224b37d711ca5da2a (diff) | |
download | infinity-for-reddit-275a068ac2bcf04c1cf439cf316e01f1a8985bf0.tar infinity-for-reddit-275a068ac2bcf04c1cf439cf316e01f1a8985bf0.tar.gz infinity-for-reddit-275a068ac2bcf04c1cf439cf316e01f1a8985bf0.tar.bz2 infinity-for-reddit-275a068ac2bcf04c1cf439cf316e01f1a8985bf0.tar.lz infinity-for-reddit-275a068ac2bcf04c1cf439cf316e01f1a8985bf0.tar.xz infinity-for-reddit-275a068ac2bcf04c1cf439cf316e01f1a8985bf0.tar.zst infinity-for-reddit-275a068ac2bcf04c1cf439cf316e01f1a8985bf0.zip |
Update GitHub workflows JDK version to 17.
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3756e754..8dbe6989 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,10 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 - - name: Set-up JDK 11 + - name: Set-up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' - name: Setup and build with Gradle |