Skip to content

Commit 8d2792f

Browse files
Merge pull request #67 from nicolastemciuc/nt--test-against-latest-patch-version
Update CI to always test against the latest `Ruby` patch versions available
2 parents e4e5222 + 4ac210a commit 8d2792f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ jobs:
1919
- 3.3
2020
- 3.2
2121
- 3.1
22-
- 3.0.0
23-
- 2.7.2
24-
- 2.6.6
25-
- 2.5.8
26-
- 2.4.10
22+
- '3.0'
23+
- 2.7
24+
- 2.6
25+
- 2.5
26+
- 2.4
2727
gemfile:
2828
- openssl_3_0
2929
- openssl_2_2
3030
- openssl_2_1
3131
- openssl_default
3232
exclude:
33-
- ruby: '2.4.10'
33+
- ruby: '2.4'
3434
gemfile: openssl_3_0
35-
- ruby: '2.5.8'
35+
- ruby: '2.5'
3636
gemfile: openssl_3_0
3737
env:
3838
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile

0 commit comments

Comments
 (0)