From 84c4cd615cf7fe28b09ae73c9db74d66f2d7550d Mon Sep 17 00:00:00 2001 From: devdinc <234956748+devdinc@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:54:31 +0300 Subject: [PATCH 1/3] Update skript and skript-reflect versions --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 553d4b5..62bc74d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,17 +29,17 @@ jobs: uses: ./ with: test_script_directory: test-scripts - skript_repo_ref: 2.8.2 + skript_repo_ref: 2.13.2 - name: Run skript-test-action on tag without vanilla tests uses: ./ with: test_script_directory: test-scripts run_vanilla_tests: false - skript_repo_ref: 2.8.2 + skript_repo_ref: 2.13.2 - name: Download skript-reflect run: | mkdir extra-plugins - wget -O extra-plugins/skript-reflect.jar https://github.com/SkriptLang/skript-reflect/releases/download/v2.4/skript-reflect.jar + wget -O extra-plugins/skript-reflect.jar https://github.com/SkriptLang/skript-reflect/releases/download/v2.6.1/skript-reflect-2.6.1.jar - name: Prepare skript-reflect test script run: | printf 'test "github actions extra plugins":\n\tassert plugin "skript-reflect" is enabled with "skript-reflect not enabled"' > test-scripts/reflect.sk @@ -48,5 +48,5 @@ jobs: with: test_script_directory: test-scripts run_vanilla_tests: false - skript_repo_ref: 2.8.2 + skript_repo_ref: 2.13.2 extra_plugins_directory: extra-plugins From 72d16b601b478a919c858599dd4283a14ebd549c Mon Sep 17 00:00:00 2001 From: devdinc <234956748+devdinc@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:29:54 +0300 Subject: [PATCH 2/3] Use latest versions for skript and skript reflect --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62bc74d..d62c998 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,17 +29,17 @@ jobs: uses: ./ with: test_script_directory: test-scripts - skript_repo_ref: 2.13.2 + skript_repo_ref: 2.14.1 - name: Run skript-test-action on tag without vanilla tests uses: ./ with: test_script_directory: test-scripts run_vanilla_tests: false - skript_repo_ref: 2.13.2 + skript_repo_ref: 2.14.1 - name: Download skript-reflect run: | mkdir extra-plugins - wget -O extra-plugins/skript-reflect.jar https://github.com/SkriptLang/skript-reflect/releases/download/v2.6.1/skript-reflect-2.6.1.jar + wget -O extra-plugins/skript-reflect.jar https://github.com/SkriptLang/skript-reflect/releases/download/v2.6.2/skript-reflect-2.6.2.jar - name: Prepare skript-reflect test script run: | printf 'test "github actions extra plugins":\n\tassert plugin "skript-reflect" is enabled with "skript-reflect not enabled"' > test-scripts/reflect.sk @@ -48,5 +48,5 @@ jobs: with: test_script_directory: test-scripts run_vanilla_tests: false - skript_repo_ref: 2.13.2 + skript_repo_ref: 2.14.1 extra_plugins_directory: extra-plugins From ac6d9248debf26eb6ad691946a675785b5f0d59b Mon Sep 17 00:00:00 2001 From: devdinc <234956748+devdinc@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:19:57 +0300 Subject: [PATCH 3/3] latest skript reflect --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d62c998..884636e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - name: Download skript-reflect run: | mkdir extra-plugins - wget -O extra-plugins/skript-reflect.jar https://github.com/SkriptLang/skript-reflect/releases/download/v2.6.2/skript-reflect-2.6.2.jar + wget -O extra-plugins/skript-reflect.jar https://github.com/SkriptLang/skript-reflect/releases/download/v2.6.3/skript-reflect-2.6.3.jar - name: Prepare skript-reflect test script run: | printf 'test "github actions extra plugins":\n\tassert plugin "skript-reflect" is enabled with "skript-reflect not enabled"' > test-scripts/reflect.sk