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 28, 2021
1 parent b7b4305 commit d76ca22
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 d76ca22

Please sign in to comment.