mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Test against newer versions of Godot
- v3.4.3-stable - v3.5-beta1
This commit is contained in:
parent
4d74041d1d
commit
a41ac2d6f6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue