From aad35abff2c6f11868e2816075aee8233704b75b Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Tue, 28 Dec 2021 09:22:17 -0600 Subject: [PATCH] expand version to 3.0.3 until 3.1 is handled --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 742731e08347..8142135474d3 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -50,7 +50,7 @@ jobs: - 2.5 - 2.6 - 2.7 - - 3.0 + - 3.0.3 test_cmd: - bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content" - bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag ~content"