File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ jobs:
2929 uses : ./
3030 with :
3131 test_script_directory : test-scripts
32- skript_repo_ref : 2.8.2
32+ skript_repo_ref : 2.14.1
3333 - name : Run skript-test-action on tag without vanilla tests
3434 uses : ./
3535 with :
3636 test_script_directory : test-scripts
3737 run_vanilla_tests : false
38- skript_repo_ref : 2.8.2
38+ skript_repo_ref : 2.14.1
3939 - name : Download skript-reflect
4040 run : |
4141 mkdir extra-plugins
42- wget -O extra-plugins/skript-reflect.jar https://github.com/SkriptLang/skript-reflect/releases/download/v2.4 /skript-reflect.jar
42+ wget -O extra-plugins/skript-reflect.jar https://github.com/SkriptLang/skript-reflect/releases/download/v2.6.3 /skript-reflect-2.6.3 .jar
4343 - name : Prepare skript-reflect test script
4444 run : |
4545 printf 'test "github actions extra plugins":\n\tassert plugin "skript-reflect" is enabled with "skript-reflect not enabled"' > test-scripts/reflect.sk
4848 with :
4949 test_script_directory : test-scripts
5050 run_vanilla_tests : false
51- skript_repo_ref : 2.8.2
51+ skript_repo_ref : 2.14.1
5252 extra_plugins_directory : extra-plugins
You can’t perform that action at this time.
0 commit comments