Skip to content

Commit

Permalink
Update .github files
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Aug 1, 2024
1 parent c5e83ce commit ed65c1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ body:
attributes:
label: Used minecraft version
options:
- 1.21.x
- 1.20.x
- 1.19.x
- 1.18.x
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ jobs:
build:
strategy:
matrix:
java: [17]
java: [21]
os: [ubuntu-latest]
name: Build - Java ${{ matrix.java }}
runs-on: ${{ matrix.os }}
steps:
- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/actions/wrapper-validation@v3
- name: setup jdk ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit ed65c1c

Please sign in to comment.