Skip to content

Commit 45a7b35

Browse files
authored
Update skript and skript-reflect versions in test workflow file. (#4)
2 parents a02082e + ac6d924 commit 45a7b35

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -48,5 +48,5 @@ jobs:
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

0 commit comments

Comments
 (0)