From b9d998e3a3117149538ee91f619124bf6a9b22d0 Mon Sep 17 00:00:00 2001 From: Arkadiy Tetelman Date: Sun, 3 Nov 2024 13:04:05 -0800 Subject: [PATCH] Update readme (#74) --- .github/workflows/build-test.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b4cdbec..89b68f1 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,6 +1,7 @@ name: Build-test on: + push: pull_request: workflow_call: diff --git a/README.md b/README.md index 0d8a391..3ddcab3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This gem provides a safe and easy way to fetch content from user-submitted urls. - handles URIs/IPv4/IPv6, redirects, DNS, etc, correctly - has 0 runtime dependencies - has a comprehensive test suite (100% code coverage) -- is tested against ruby `2.6`, `2.7`, `3.0`, `3.1`, `3.2`, and `ruby-head` +- is tested against ruby `2.7`, `3.0`, `3.1`, `3.2`, `3.3`, and `ruby-head` ### Quick start