Skip to content

Commit

Permalink
Merge pull request #66 from viralpraxis/add-mri-3-4-0-preview2-to-ci-…
Browse files Browse the repository at this point in the history
…matrix

Add `MRI 3.4.0-preview2` to CI matrix
  • Loading branch information
viralpraxis authored Dec 2, 2024
2 parents 7907aec + 90482d1 commit 7e428c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI

env:
RUBYOPT: --enable=frozen-string-literal --debug=frozen-string-literal

on:
push:
branches:
Expand All @@ -23,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", ruby-head, jruby-9.4]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4.0-preview2", ruby-head, jruby-9.4]
rubocop_version: ["1.48", "1.66"]
env:
BUNDLE_GEMFILE: "gemfiles/rubocop_${{ matrix.rubocop_version }}.gemfile"
Expand Down

0 comments on commit 7e428c8

Please sign in to comment.