Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_in_tail: Fix unstable tests #3767

Merged
merged 8 commits into from
Jun 2, 2022
Prev Previous commit
Next Next commit
CI: Drop Ruby 2.6
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Jun 1, 2022
commit 4f3b7f370ee69d8916c6b60fd279a3e894837122
2 changes: 1 addition & 1 deletion .github/workflows/linux-test.yaml
Original file line number Diff line number Diff line change
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