Skip to content

Commit 872548a

Browse files
authored
Corrected VERSION choices to matched maintained code (#422)
1 parent 750f3d3 commit 872548a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
pull_request:
1515
branches:
1616
- master
17+
paths-ignore:
18+
- README.md
19+
- "examples/**"
20+
- "docs/**"
1721

1822
jobs:
1923
build:

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,9 @@ For Minecraft Java Edition you'll need to use this image instead:
3333

3434
- `EULA` (no default) : must be set to `TRUE` to
3535
accept the [Minecraft End User License Agreement](https://minecraft.net/terms)
36-
- `VERSION` (`LATEST`) : can be set to a specific server version or the following special values can be used:
36+
- `VERSION` (default is `LATEST`) : can be set to a specific server version or the following special values can be used:
3737
- `LATEST` : determines the latest (non-preview) version and can be used to auto-upgrade on container start
3838
- `PREVIEW` : determines the latest preview version and will auto-upgrade
39-
- `PREVIOUS` : uses the previously maintained major version. Useful when the mobile app is gradually being upgraded across devices
40-
- `1.11` : the latest version of 1.11
41-
- `1.12` : the latest version of 1.12
42-
- `1.13` : the latest version of 1.13
43-
- `1.14` : the latest version of 1.14
44-
- `1.16` : the latest version of 1.16
4539
- otherwise any specific server version can be provided. If it is a preview version, also set `PREVIEW` to "true"
4640
- `UID` (default derived from `/data` owner) : can be set to a specific user ID to run the
4741
bedrock server process

0 commit comments

Comments
 (0)