aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-05-08 17:23:32 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-05-08 17:23:32 +0000
commite773ec69296b8861bd9d514e18bbe6713707fb90 (patch)
tree3078646617b2c56cf9a228d999c97c6866cbbdfc /.github
parent16d926fdf8ce5f3e0354ad78fc0e97f57fab82c8 (diff)
parent275a068ac2bcf04c1cf439cf316e01f1a8985bf0 (diff)
downloadinfinity-for-reddit-e773ec69296b8861bd9d514e18bbe6713707fb90.tar
infinity-for-reddit-e773ec69296b8861bd9d514e18bbe6713707fb90.tar.gz
infinity-for-reddit-e773ec69296b8861bd9d514e18bbe6713707fb90.tar.bz2
infinity-for-reddit-e773ec69296b8861bd9d514e18bbe6713707fb90.tar.lz
infinity-for-reddit-e773ec69296b8861bd9d514e18bbe6713707fb90.tar.xz
infinity-for-reddit-e773ec69296b8861bd9d514e18bbe6713707fb90.tar.zst
infinity-for-reddit-e773ec69296b8861bd9d514e18bbe6713707fb90.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
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