Skip to content

Commit

Permalink
Test protobuf on Ruby 3.3 mainly
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Jan 2, 2025
1 parent dd0ca4a commit 88a1364
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-protobuf_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-protobuf_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ruby_event_store-protobuf_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,19 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: sqlite3:db.sqlite3
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
database_url: sqlite3:db.sqlite3
- ruby_version: ruby-3.1
bundle_gemfile: Gemfile
database_url: sqlite3:db.sqlite3
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile.rails_7_0
database_url: sqlite3:db.sqlite3
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile.rails_6_1
database_url: sqlite3:db.sqlite3
steps:
Expand Down
9 changes: 3 additions & 6 deletions support/ci/generate
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,15 @@ class CI
contrib_coverage("ruby_event_store-profiler"),
contrib_test(
"ruby_event_store-protobuf",
matrix:
join(
generate(ruby_version(MRI_RUBY.drop(1)), bundle_gemfile(GEMFILE, RAILS_GEMFILES), database_url(SQLITE3)),
),
matrix: join(generate(ruby_version(MRI_RUBY), bundle_gemfile(GEMFILE, RAILS_GEMFILES), database_url(SQLITE3))),
),
contrib_mutate(
"ruby_event_store-protobuf",
matrix: generate(ruby_version(MRI_RUBY.drop(1).take(1)), bundle_gemfile(GEMFILE)),
matrix: generate(ruby_version(MRI_RUBY.take(1)), bundle_gemfile(GEMFILE)),
),
contrib_coverage(
"ruby_event_store-protobuf",
matrix: generate(ruby_version(MRI_RUBY.drop(1).take(1)), bundle_gemfile(GEMFILE)),
matrix: generate(ruby_version(MRI_RUBY.take(1)), bundle_gemfile(GEMFILE)),
),
contrib_test(
"ruby_event_store-rom",
Expand Down

0 comments on commit 88a1364

Please sign in to comment.