Skip to content

Commit a914177

Browse files
authored
Add 4.4 release (#68)
1 parent 4239865 commit a914177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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"]
22+
api_version: ["4-1", "4-2", "4-3", "4-4"]
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"]
52+
api_version: ["4-1", "4-2", "4-3", "4-4"]
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", "custom"]
78+
api_version: ["4-1", "4-2", "4-3", "4-4", "custom"]
7979

8080
steps:
8181
- name: Checkout

0 commit comments

Comments
 (0)