Update Renpy versions in woodpecker.yml and reconstruct.toml

This commit is contained in:
Iggy 2024-08-23 18:48:39 -03:00
parent fef3b7beec
commit df967527e4
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ steps:
- event: cron - event: cron
build: build:
image: openjdk:8 image: openjdk:21-jdk-bookworm
commands: commands:
- apt update - apt update
- apt install libgl1 -y - apt install libgl1 -y
@ -76,6 +76,6 @@ steps:
matrix: matrix:
RenpyVersion: RenpyVersion:
- "8.0.3" - "8.2.3"
RenkitVersion: RenkitVersion:
- "3.3.1" - "4.3.0"

View file

@ -47,5 +47,5 @@
clear_output_dir = false # whether to clear the output directory on startup clear_output_dir = false # whether to clear the output directory on startup
[renutil] [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 registry = "tmp/cache" # the directory to store installation files in