mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-21 18:16:05 +01:00
Merge branch 'ver/1.16.5' of github.com:YatopiaMC/Yatopia into pr/lithium-ai
This commit is contained in:
commit
d401a99ffe
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -24,7 +24,7 @@ Jenkinsfile text eol=lf
|
||||
*.md text diff=markdown
|
||||
|
||||
# Windows Files
|
||||
*.bat text eol=crlf
|
||||
# *.bat text eol=crlf #causes issues on linux for some reason
|
||||
*.cmd text eol=crlf
|
||||
|
||||
# Binary files
|
||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '8', '11', '16' ]
|
||||
java: [ '8', '11', '15', '16' ]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user