Skip to content

Commit 347ff7b

Browse files
authored
Merge branch 'ruby:master' into add-plus-minus
2 parents 78b4f53 + b4f366d commit 347ff7b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
matrix:
1616
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1717
os: [ ubuntu-latest, macos-latest ]
18+
exclude:
19+
- { os: macos-latest, ruby: '2.4' }
20+
- { os: macos-latest, ruby: '2.5' }
21+
include:
22+
- { os: macos-13, ruby: '2.4' }
23+
- { os: macos-13, ruby: '2.5' }
24+
1825
runs-on: ${{ matrix.os }}
1926
steps:
2027
- uses: actions/checkout@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
IPAddr provides a set of methods to manipulate an IP address. Both
44
IPv4 and IPv6 are supported.
55

6-
[![Build Status](https://travis-ci.org/ruby/ipaddr.svg?branch=master)](https://travis-ci.org/ruby/ipaddr)
6+
[![build](https://github.com/ruby/ipaddr/actions/workflows/test.yml/badge.svg)](https://github.com/ruby/ipaddr/actions/workflows/test.yml)
77

88
## Installation
99

0 commit comments

Comments
 (0)