Skip to content

Commit

Permalink
CI: Add Ruby 3.0 to test metrix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jun 23, 2021
1 parent b36df79 commit 922f2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
ruby: ["2.7", "2.6", "2.5"]
ruby: ["3.0", "2.7", "2.6", "2.5"]
experimental: [false]
include:
- ruby: ruby-head
Expand Down

0 comments on commit 922f2a9

Please sign in to comment.