Skip to content

Commit 1e54d6a

Browse files
author
Matt Muller
committed
Add back ruby 1.9 exclusions
1 parent 8915ba1 commit 1e54d6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
ruby: [1.9, '2.0', 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, jruby-9.1, jruby-9.2, jruby-9.3, jruby-9.4]
1919
gemfile: [no-deps, json-latest, json-old, json-pure]
2020
exclude:
21+
- ruby: 1.9
22+
gemfile: json-latest
23+
- ruby: 1.9
24+
gemfile: json-pure
2125
- ruby: '3.0'
2226
gemfile: json-old
2327
- ruby: 3.1

0 commit comments

Comments
 (0)