Skip to content

Commit ff4be43

Browse files
Merge pull request #496 from cedarcode/sr--ci--remove-unncesseray-ruby-flag
Avoid setting `enable-frozen-string-literal` RUBYOPT for Ruby 3.4 in the CI
2 parents 1cb1da2 + e4645f5 commit ff4be43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ jobs:
7070
bundler-cache: true
7171

7272
- run: bundle exec rspec
73-
env:
74-
RUBYOPT: ${{ startsWith(matrix.ruby, '3.4') && '--enable=frozen-string-literal' || '' }}
7573

7674
lint:
7775
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)