Compare commits
2 commits
808bc48ab9
...
fa95022b1d
Author | SHA1 | Date | |
---|---|---|---|
fa95022b1d | |||
e4a8340dd8 |
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -15,6 +15,10 @@ jobs:
|
|||
build:
|
||||
runs-on: antville
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
java: [11, 17, 21]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue