Skip to content

Commit

Permalink
Run tests on Ruby 2.3 on Linux in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Feb 26, 2021
1 parent 3895f5f commit 4958c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
test-ubuntu:
strategy:
matrix:
ruby: [2.4.0, 2.4, 2.5, 2.6, 2.7, "3.0", jruby-9.2]
ruby: [2.3.0, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", jruby-9.2]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 4958c77

Please sign in to comment.