Skip to content

Commit 9933b43

Browse files
committed
Added 1.21.x to tests
- Updated tests.yml workflow - Updated README.md
1 parent 4ed37c6 commit 9933b43

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
timeout-minutes: 8
9-
continue-on-error: ${{ matrix.version == '1.20.4' }}
9+
continue-on-error: ${{ matrix.version == '1.21.1' }}
1010
strategy:
1111
fail-fast: false
1212
matrix:
1313
flavor: ['bukkit', 'spigot', 'paper', 'purpur']
14-
version: ['1.20.4', '1.19.4', '1.18.2', '1.17.1', '1.16.5']
14+
version: ['1.21.1', '1.20.6', '1.19.4', '1.18.2', '1.17.1', '1.16.5']
1515
steps:
1616
# Download code from repository
1717
- name: Checkout code

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Download the JAR file for the [latest release](https://github.com/josemmo/yamipa
2525
Before installing Yamipa make sure you meet the following requirements:
2626

2727
- CraftBukkit, Spigot or PaperMC 1.16 or higher
28-
- [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) v5.0.0 or higher
28+
- [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) v5.3.0 or higher
2929

3030
Here are the Minecraft distributions where Yamipa should be able to run:
3131
| Minecraft version | CraftBukkit | Spigot | PaperMC |
@@ -35,6 +35,7 @@ Here are the Minecraft distributions where Yamipa should be able to run:
3535
| 1.18 & 1.18.x ||||
3636
| 1.19 & 1.19.x ||||
3737
| 1.20 & 1.20.x ||||
38+
| 1.21 & 1.21.x ||||
3839

3940
## Configuration
4041
Yamipa is ready-to-go right out of the box. By default, it creates the following files and directories under the

0 commit comments

Comments
 (0)