From dcd6967828d445498b2b5c7f4e79558e815a67d2 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Thu, 29 Dec 2022 11:28:17 +0100 Subject: [PATCH] GitHub Actions: Adds Spigot 1.19.3 to the setup-action to compile it --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 48f826c7..01227363 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,7 +27,7 @@ jobs: # Build remapped Spigot versions - uses: SpraxDev/Action-SpigotMC@v4 with: - versions: 1.18, 1.18.2, 1.19, 1.19.2 + versions: 1.18, 1.18.2, 1.19, 1.19.2, 1.19.3 remapped: true # Build project