Skip to content

Commit

Permalink
CI: Drop Ruby 2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Jun 1, 2022
1 parent bcba06f commit 4f3b7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-test.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.1', '3.0', '2.7', '2.6']
ruby-version: ['3.1', '3.0', '2.7']
os: [ubuntu-latest]
experimental: [false]
include:
Expand Down

0 comments on commit 4f3b7f3

Please sign in to comment.