File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
strategy :
67
67
matrix :
68
68
os : [ubuntu-latest, macos-latest, windows-latest]
69
- version : [7.7.1, 8.3.0 ]
69
+ version : [7.7.1, 8.2.3 ]
70
70
71
71
steps :
72
72
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ See [action.yml](action.yml)
66
66
67
67
# ## `cli-version`
68
68
69
- **Optional**: CLI [version](https://www.renpy.org/release_list.html). Defaults to [`8.3.0 `](https://www.renpy.org/latest.html ):
69
+ **Optional**: CLI [version](https://www.renpy.org/release_list.html). Defaults to [`8.2.3 `](https://www.renpy.org/release/8.2.3 ):
70
70
71
71
` ` ` yaml
72
72
- uses: remarkablegames/setup-renpy@v1
73
73
with:
74
- cli-version: 8.3.0
74
+ cli-version: 8.2.3
75
75
76
76
- run: renpy-cli --version
77
77
` ` `
Original file line number Diff line number Diff line change 9
9
cli-version :
10
10
description : CLI version
11
11
required : false
12
- default : 8.3.0
12
+ default : 8.2.3
13
13
launcher-name :
14
14
description : Launcher name
15
15
required : false
You can’t perform that action at this time.
0 commit comments