Skip to content

Commit

Permalink
happens on all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherdt-r7 committed Nov 14, 2024
1 parent e61ae78 commit 1c486a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fail-fast: true
matrix:
ruby:
#- '3.1'
- '3.1'
- '3.2'
- '3.3'
- '3.4.0-preview2'
Expand All @@ -69,7 +69,7 @@ jobs:
- ubuntu-latest
include:
- os: ubuntu-latest
ruby: '3.2'
ruby: '3.1'
test_cmd: 'bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content" MSF_FEATURE_DEFER_MODULE_LOADS=1'
test_cmd:
- bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"
Expand Down

0 comments on commit 1c486a8

Please sign in to comment.