Skip to content

Commit

Permalink
chore: add java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 authored Dec 7, 2022
1 parent d3e2f08 commit 89deeaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ jobs:

strategy:
matrix:
java-version: [1.17]
java-version: [17]
mc-version: [1.17.1, 1.18.2, 1.19.2]
unsupported: [false]

include:
- java-version: 1.8
- java-version: 8
mc-version: 1.8
unsupported: true

- java-version: 1.8
- java-version: 8
mc-version: 1.12.2
unsupported: true

- java-version: 1.8
- java-version: 8
mc-version: 1.16.5
unsupported: true

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:

strategy:
matrix:
java-version: [1.17]
java-version: [17]
mc-version: [1.17.1, 1.18.2, 1.19.2]
unsupported: [false]

include:
- java-version: 1.8
- java-version: 8
mc-version: 1.8
unsupported: true

- java-version: 1.8
- java-version: 8
mc-version: 1.12.2
unsupported: true

- java-version: 1.8
- java-version: 8
mc-version: 1.16.5
unsupported: true

Expand Down

0 comments on commit 89deeaf

Please sign in to comment.