Skip to content

Commit 2943606

Browse files
committed
edit workflow config file
1 parent 9c29870 commit 2943606

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
# against bad commits.
55

66
name: build
7-
on: [pull_request, push]
7+
on: [ pull_request, push ]
88

99
jobs:
1010
build:
1111
strategy:
1212
matrix:
1313
# Use these Java versions
1414
java: [
15-
8.0, # Minimum supported by Minecraft
16-
11, # Current Java LTS
17-
16
15+
8.0,
16+
11,
17+
16
1818
]
1919
# and run on both Linux and Windows
20-
os: [ubuntu-20.04, windows-latest]
20+
os: [ ubuntu-20.04, windows-latest ]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: checkout repository

0 commit comments

Comments
 (0)