Skip to content

Commit e769196

Browse files
committed
☕ Use ~2.3 instead of 2.3.0 for deno_version matrix
1 parent 6d21a44 commit e769196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- macos-latest
7878
- ubuntu-latest
7979
deno_version:
80-
- "2.3.0"
80+
- "~2.3"
8181
- "2.x"
8282
host_version:
8383
- vim: "v9.1.1646"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- macos-latest
126126
- ubuntu-latest
127127
deno_version:
128-
- "2.3.0"
128+
- "~2.3"
129129
- "2.x"
130130
host_version:
131131
- vim: "v9.1.1646"

0 commit comments

Comments
 (0)