File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
ruby : ${{ fromJson(needs.ruby-versions.outputs.versions) }}
17
17
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
+
18
25
runs-on : ${{ matrix.os }}
19
26
steps :
20
27
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3
3
IPAddr provides a set of methods to manipulate an IP address. Both
4
4
IPv4 and IPv6 are supported.
5
5
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 )
7
7
8
8
## Installation
9
9
You can’t perform that action at this time.
0 commit comments