Skip to content

Commit eb2919f

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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

.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)