Skip to content

Commit ec2b181

Browse files
committed
CI: Re-enable validating on older versions of Ruby
1 parent b1cebf6 commit ec2b181

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
matrix:
2626
os: [ "ubuntu-22.04", "macos-15-intel" ] # , windows-latest ]
2727
ruby-version: [
28+
"2.4",
29+
"2.5",
2830
"2.6",
2931
"2.7",
3032
"3.0",
@@ -73,4 +75,6 @@ jobs:
7375
run: bundle exec rspec
7476

7577
- name: Run rubocop
78+
# rubocop does not work on old versions of Ruby.
79+
if: ${{ matrix.ruby-version != '2.4' && matrix.ruby-version != '2.5' }}
7680
run: bundle exec rubocop

0 commit comments

Comments
 (0)