forked from Cavemanon/SnootGame
Update Renpy versions in woodpecker.yml and reconstruct.toml
This commit is contained in:
@ -25,7 +25,7 @@ steps:
|
||||
- event: cron
|
||||
|
||||
build:
|
||||
image: openjdk:8
|
||||
image: openjdk:21-jdk-bookworm
|
||||
commands:
|
||||
- apt update
|
||||
- apt install libgl1 -y
|
||||
@ -76,6 +76,6 @@ steps:
|
||||
|
||||
matrix:
|
||||
RenpyVersion:
|
||||
- "8.0.3"
|
||||
- "8.2.3"
|
||||
RenkitVersion:
|
||||
- "3.3.1"
|
||||
- "4.3.0"
|
||||
|
@ -47,5 +47,5 @@
|
||||
clear_output_dir = false # whether to clear the output directory on startup
|
||||
|
||||
[renutil]
|
||||
version = "8.0.3" # the Ren'Py version to use (required)
|
||||
version = "8.2.3" # the Ren'Py version to use (required)
|
||||
registry = "tmp/cache" # the directory to store installation files in
|
||||
|
Reference in New Issue
Block a user