Skip to content

Commit

Permalink
build: update CI pipelines for 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Apr 23, 2024
1 parent c23fdd1 commit cf91752
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
1.20.2
1.20.3
1.20.4
1.20.5
java: 17
- name: 'Upload GitHub Artifact 📦'
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
1.20.2
1.20.3
1.20.4
1.20.5
java: 17
- name: 'Upload GitHub Artifacts 📦'
uses: actions/upload-artifact@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import java.util.Set;

/**
* Adapter for handling the UpdateTeamsPacket for Minecraft 1.20.3-1.20.4
* Adapter for handling the UpdateTeamsPacket for Minecraft 1.20.3-1.20.5
*/
public class Protocol765Adapter extends Protocol404Adapter {

Expand Down

0 comments on commit cf91752

Please sign in to comment.