Skip to content

Commit

Permalink
Support testing on 1.20.6 - 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
turikhay committed Nov 4, 2024
1 parent 3ff832c commit 898eb6e
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 129 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
fail-fast: false
matrix:
version:
- 1.21.1
- 1.20.6
- 1.20.4
- 1.19.4
- 1.18.2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e_notable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.21.1
- 1.16.5
- 1.16.3
- 1.13.2
Expand Down
4 changes: 2 additions & 2 deletions tests_e2e/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"args-parser": "^1.3.0",
"minecraft-data": "^3.69.0",
"minecraft-protocol": "^1.47.0"
"minecraft-data": "^3.78.0",
"minecraft-protocol": "^1.50.0"
},
"devDependencies": {
"prettier": "^3.3.3"
Expand Down
Loading

0 comments on commit 898eb6e

Please sign in to comment.