Skip to content

Commit b72ac57

Browse files
committed
☕ Upgrade test environments
1 parent 0a27c49 commit b72ac57

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
- macos-latest
5353
- ubuntu-latest
5454
deno_version:
55-
- "1.43.x"
55+
- "1.45.x"
5656
- "1.x"
5757
host_version:
58-
- vim: "v9.1.0399"
59-
nvim: "v0.9.5"
58+
- vim: "v9.1.0448"
59+
nvim: "v0.10.0"
6060

6161
runs-on: ${{ matrix.runner }}
6262

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ jobs:
9999
- macos-latest
100100
- ubuntu-latest
101101
deno_version:
102-
- "1.43.x"
102+
- "1.45.x"
103103
- "1.x"
104104
host_version:
105-
- vim: "v9.1.0399"
106-
nvim: "v0.9.5"
105+
- vim: "v9.1.0448"
106+
nvim: "v0.10.0"
107107

108108
runs-on: ${{ matrix.runner }}
109109

0 commit comments

Comments
 (0)