Skip to content

Commit

Permalink
* current.rb: mark 3.3 branch as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich committed Jan 5, 2024
1 parent f7bcf35 commit 07cc082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7.8", "3.0.6", "3.1.4", "3.2.2", "jruby-9.2"]
ruby: ["3.0.6", "3.1.4", "3.2.2", "3.3.0", "jruby-9.2"]
test_command: ["bundle exec rake test"]
include:
- ruby: "head"
test_command: "bundle exec rake test || true"
- ruby: "truffleruby"
test_command: "bundle exec rake test || true"
- ruby: "3.1.4"
test_command: "./ci/run_rubocop_specs || true"
- ruby: "3.2.2"
test_command: "./ci/run_rubocop_specs || true"
- ruby: "3.3.0"
test_command: "./ci/run_rubocop_specs || true"
steps:
- uses: actions/checkout@v3
- name: Install Ragel
Expand Down
2 changes: 1 addition & 1 deletion lib/parser/current.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def warn_syntax_deviation(feature, version)
CurrentRuby = Ruby32

when /^3\.3\./
current_version = '3.3.0-dev'
current_version = '3.3.0'
if RUBY_VERSION != current_version
warn_syntax_deviation 'parser/ruby33', current_version
end
Expand Down

0 comments on commit 07cc082

Please sign in to comment.