Skip to content

Commit 1afecd4

Browse files
authored
Merge pull request #3401 from Multiverse/chore/1.21.11
Update platforms supported version for 1.21.11
2 parents 5f9b0af + 5f659a8 commit 1afecd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generic.platform_uploads.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
files: '["${{ github.workspace }}/${{ inputs.plugin_name }}-${{ steps.release-info.outputs.tag_name }}.jar"]'
108108
name: ${{ steps.release-info.outputs.tag_name }}
109109
changelog: ${{ steps.release-artifact.outputs.body }}
110-
game_versions: 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2
110+
game_versions: 1.21.11, 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2
111111
version_type: ${{ steps.parse-release-type.outputs.release_type }}
112112
loaders: bukkit, spigot, paper, purpur
113113
dependencies: ${{ inputs.modrinth_dependencies }}
@@ -121,7 +121,7 @@ jobs:
121121
changelog: ${{ steps.release-artifact.outputs.body }}
122122
changelog_type: markdown
123123
display_name: ${{ steps.release-info.outputs.tag_name }}
124-
game_versions: 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2
124+
game_versions: 1.21.11, 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2
125125
release_type: ${{ steps.parse-release-type.outputs.release_type }}
126126
project_relations: ${{ inputs.dbo_project_relations }}
127127
file_path: ${{ github.workspace }}/${{ inputs.plugin_name }}-${{ steps.release-info.outputs.tag_name }}.jar
@@ -136,5 +136,5 @@ jobs:
136136
channel: ${{ steps.parse-release-type.outputs.release_type }}
137137
files: '[{"path": "${{ github.workspace }}/${{ inputs.plugin_name }}-${{ steps.release-info.outputs.tag_name }}.jar", "platforms": ["PAPER"]}]'
138138
description: ${{ steps.release-artifact.outputs.body }}
139-
platform_dependencies: '{"PAPER": ["1.18.2-1.21.10"]}'
139+
platform_dependencies: '{"PAPER": ["1.18.2-1.21.11"]}'
140140
plugin_dependencies: ${{ inputs.hangar_plugin_dependencies }}

0 commit comments

Comments
 (0)