Skip to content

Commit

Permalink
Fix the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutov committed Mar 20, 2024
1 parent 863dcfc commit 904383d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [1.9.3, '2.0', 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1]
ruby: [1.9.3, 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1]
experimental: [false]
include:
- ruby: '2.0'
Expand Down

0 comments on commit 904383d

Please sign in to comment.