Test against newer versions of Godot

- v3.4.3-stable
- v3.5-beta1
This commit is contained in:
Leroy Hopson 2022-02-24 10:57:37 +07:00
parent 4d74041d1d
commit a41ac2d6f6
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -6,8 +6,8 @@ on:
- cron: 0 11 * * * - cron: 0 11 * * *
env: env:
GODOT: Godot_v3.4.2-stable GODOT: Godot_v3.4.3-stable
GODOT_VERSION: 3.4.2 GODOT_VERSION: 3.4.3
GODOT_RELEASE: stable GODOT_RELEASE: stable
# Caches should be automatically invalidated when versions change, # Caches should be automatically invalidated when versions change,
@ -261,7 +261,7 @@ jobs:
matrix: matrix:
os: [ windows-latest, macos-latest, ubuntu-latest ] os: [ windows-latest, macos-latest, ubuntu-latest ]
bits: [ 64, 32 ] bits: [ 64, 32 ]
godot_version: [ 'v3.2-stable', 'v3.3.4-stable', 'v3.4.2-stable' ] godot_version: [ 'v3.2-stable', 'v3.3.4-stable', 'v3.4.3-stable', 'v3.5-beta1' ]
exclude: exclude:
- os: macos-latest - os: macos-latest
bits: 32 bits: 32