mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
Update Renpy versions in woodpecker.yml and reconstruct.toml
This commit is contained in:
parent
fef3b7beec
commit
df967527e4
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue