Skip to content

Commit d1b0498

Browse files
Merge pull request #3 from httpland/beta
Beta
2 parents b9dd09c + 6203a2f commit d1b0498

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest]
14-
deno: [v1.x, canary]
13+
os: [ubuntu-latest]
14+
deno: [v1.x]
1515

1616
steps:
1717
- name: Checkout
@@ -31,8 +31,8 @@ jobs:
3131

3232
strategy:
3333
matrix:
34-
os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest]
35-
deno: [v1.x, canary]
34+
os: [ubuntu-latest]
35+
deno: [v1.x]
3636

3737
steps:
3838
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# http-utils
22

33
[![deno land](http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno)](https://deno.land/x/http_utils)
4-
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/httpland/http_utils)](https://github.com/httpland/http_utils/releases)
4+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/httpland/http-utils)](https://github.com/httpland/http-utils/releases)
55
[![codecov](https://codecov.io/github/httpland/http-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/httpland/http-utils)
66
[![GitHub](https://img.shields.io/github/license/httpland/http-utils)](https://github.com/httpland/http-utils/blob/main/LICENSE)
77

0 commit comments

Comments
 (0)