Skip to content

Commit

Permalink
New Ruby is here
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Dec 29, 2023
1 parent e8a7fc0 commit 38ac405
Show file tree
Hide file tree
Showing 51 changed files with 324 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aggregate_root_coverage.yml
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/aggregate_root_mutate.yml
Expand Up @@ -43,7 +43,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: 2 additions & 0 deletions .github/workflows/aggregate_root_test.yml
Expand Up @@ -43,6 +43,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
- ruby_version: ruby-3.1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dres_client_test.yml
Expand Up @@ -35,6 +35,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
- ruby_version: ruby-3.1
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/dres_rails_test.yml
Expand Up @@ -54,6 +54,10 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: postgres://postgres:secret@localhost:10015/rails_event_store?pool=5
data_type: binary
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
database_url: postgres://postgres:secret@localhost:10015/rails_event_store?pool=5
Expand All @@ -66,15 +70,15 @@ jobs:
bundle_gemfile: Gemfile
database_url: postgres://postgres:secret@localhost:10015/rails_event_store?pool=5
data_type: binary
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: postgres://postgres:secret@localhost:10011/rails_event_store?pool=5
data_type: binary
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: postgres://postgres:secret@localhost:10015/rails_event_store?pool=5
data_type: json
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: postgres://postgres:secret@localhost:10015/rails_event_store?pool=5
data_type: jsonb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minitest-ruby_event_store_coverage.yml
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/minitest-ruby_event_store_mutate.yml
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
2 changes: 2 additions & 0 deletions .github/workflows/minitest-ruby_event_store_test.yml
Expand Up @@ -33,6 +33,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
- ruby_version: ruby-3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rails_event_store_coverage.yml
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/rails_event_store_mutate.yml
Expand Up @@ -43,7 +43,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
6 changes: 4 additions & 2 deletions .github/workflows/rails_event_store_test.yml
Expand Up @@ -43,6 +43,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
- ruby_version: ruby-3.1
Expand All @@ -51,9 +53,9 @@ jobs:
bundle_gemfile: Gemfile
- ruby_version: truffleruby
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile.rails_6_1
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile.rails_6_0
steps:
- uses: actions/checkout@v4
Expand Down
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
Expand Up @@ -43,7 +43,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
18 changes: 11 additions & 7 deletions .github/workflows/ruby_event_store-active_record_test.yml
Expand Up @@ -78,6 +78,10 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: sqlite3:db.sqlite3
data_type: binary
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
database_url: sqlite3:db.sqlite3
Expand All @@ -94,31 +98,31 @@ jobs:
bundle_gemfile: Gemfile
database_url: sqlite3:db.sqlite3
data_type: binary
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: postgres://postgres:secret@localhost:10015/rails_event_store?pool=5
data_type: binary
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: postgres://postgres:secret@localhost:10011/rails_event_store?pool=5
data_type: binary
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: postgres://postgres:secret@localhost:10015/rails_event_store?pool=5
data_type: json
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: postgres://postgres:secret@localhost:10015/rails_event_store?pool=5
data_type: jsonb
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: mysql2://root:secret@127.0.0.1:10008/rails_event_store?pool=5
data_type: binary
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: mysql2://root:secret@127.0.0.1:10005/rails_event_store?pool=5
data_type: binary
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: mysql2://root:secret@127.0.0.1:10008/rails_event_store?pool=5
data_type: json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-browser_coverage.yml
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-browser_mutate.yml
Expand Up @@ -43,7 +43,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
4 changes: 3 additions & 1 deletion .github/workflows/ruby_event_store-browser_test.yml
Expand Up @@ -43,6 +43,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
- ruby_version: ruby-3.1
Expand All @@ -51,7 +53,7 @@ jobs:
bundle_gemfile: Gemfile
- ruby_version: truffleruby
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile.rack_2_0
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-flipper_coverage.yml
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-flipper_mutate.yml
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
6 changes: 4 additions & 2 deletions .github/workflows/ruby_event_store-flipper_test.yml
Expand Up @@ -33,15 +33,17 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
- ruby_version: ruby-3.1
bundle_gemfile: Gemfile
- ruby_version: ruby-3.0
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile.activesupport_6_1
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile.activesupport_6_0
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-newrelic_coverage.yml
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-newrelic_mutate.yml
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
2 changes: 2 additions & 0 deletions .github/workflows/ruby_event_store-newrelic_test.yml
Expand Up @@ -33,6 +33,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
- ruby_version: ruby-3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-outbox_coverage.yml
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-outbox_mutate.yml
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
13 changes: 8 additions & 5 deletions .github/workflows/ruby_event_store-outbox_test.yml
Expand Up @@ -51,6 +51,9 @@ 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
Expand All @@ -60,19 +63,19 @@ jobs:
- ruby_version: ruby-3.0
bundle_gemfile: Gemfile
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
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile.rails_6_0
database_url: sqlite3:db.sqlite3
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile.sidekiq_5_2
database_url: sqlite3:db.sqlite3
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: mysql2://root:secret@127.0.0.1:10005/rails_event_store?pool=5
- ruby_version: ruby-3.2
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
database_url: mysql2://root:secret@127.0.0.1:10008/rails_event_store?pool=5
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-profiler_coverage.yml
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-profiler_mutate.yml
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
2 changes: 2 additions & 0 deletions .github/workflows/ruby_event_store-profiler_test.yml
Expand Up @@ -33,6 +33,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: ruby-3.3
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile
- ruby_version: ruby-3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-protobuf_coverage.yml
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
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

0 comments on commit 38ac405

Please sign in to comment.