From a41ac2d6f6621c18649970822d41a71b6edbb744 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Thu, 24 Feb 2022 10:57:37 +0700 Subject: [PATCH] Test against newer versions of Godot - v3.4.3-stable - v3.5-beta1 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83706c3..71d568a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,8 +6,8 @@ on: - cron: 0 11 * * * env: - GODOT: Godot_v3.4.2-stable - GODOT_VERSION: 3.4.2 + GODOT: Godot_v3.4.3-stable + GODOT_VERSION: 3.4.3 GODOT_RELEASE: stable # Caches should be automatically invalidated when versions change, @@ -261,7 +261,7 @@ jobs: matrix: os: [ windows-latest, macos-latest, ubuntu-latest ] 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: - os: macos-latest bits: 32