Skip to content

Commit 53233ab

Browse files
committed
deprecate godot-4.1 & add 4.5
1 parent b3972e6 commit 53233ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
RUSTFLAGS: "-D warnings"
2020
strategy:
2121
matrix:
22-
api_version: ["4-1", "4-2", "4-3", "4-4"]
22+
api_version: ["4-2", "4-3", "4-4", "4-5"]
2323

2424
steps:
2525
- name: Checkout
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: "ubuntu-22.04"
5050
strategy:
5151
matrix:
52-
api_version: ["4-1", "4-2", "4-3", "4-4"]
52+
api_version: ["4-2", "4-3", "4-4", "4-5"]
5353

5454
steps:
5555
- name: Checkout
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: "ubuntu-22.04"
7676
strategy:
7777
matrix:
78-
api_version: ["4-1", "4-2", "4-3", "4-4", "custom"]
78+
api_version: ["4-2", "4-3", "4-4", "4-5", "custom"]
7979

8080
steps:
8181
- name: Checkout

.github/workflows/nightly-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
RUSTFLAGS: "-D warnings"
1717
strategy:
1818
matrix:
19-
api_version: ["4-1", "4-2", "4-3", "4-4"]
19+
api_version: ["4-2", "4-3", "4-4", "4-5"]
2020

2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)