Skip to content

Commit bfaddb6

Browse files
committed
Added tests for 1.11.2
1 parent 2f9e562 commit bfaddb6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/bukkit-1.11.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.11.2-R0.1-SNAPSHOT
2+
name: MC 1.11
3+
4+
on: [ push ]
5+
6+
jobs:
7+
test:
8+
uses: ./.github/workflows/bukkit-test.yml
9+
with:
10+
java-version: 8
11+
minecraft-version: "1.11.2-R0.1-SNAPSHOT"

0 commit comments

Comments
 (0)