Skip to content

Commit

Permalink
Where's your head at
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Dec 29, 2023
1 parent 51feb7e commit d6985dc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aggregate_root_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
bundle_gemfile: Gemfile
- ruby_version: ruby-3.0
bundle_gemfile: Gemfile
- ruby_version: truffleruby-dev
- ruby_version: truffleruby-head
bundle_gemfile: Gemfile
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rails_event_store_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
bundle_gemfile: Gemfile
- ruby_version: ruby-3.0
bundle_gemfile: Gemfile
- ruby_version: truffleruby-dev
- ruby_version: truffleruby-head
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile.rails_6_1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-active_record_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
bundle_gemfile: Gemfile
database_url: sqlite3:db.sqlite3
data_type: binary
- ruby_version: truffleruby-dev
- ruby_version: truffleruby-head
bundle_gemfile: Gemfile
database_url: sqlite3:db.sqlite3
data_type: binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-browser_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
bundle_gemfile: Gemfile
- ruby_version: ruby-3.0
bundle_gemfile: Gemfile
- ruby_version: truffleruby-dev
- ruby_version: truffleruby-head
bundle_gemfile: Gemfile
- ruby_version: ruby-3.2
bundle_gemfile: Gemfile.rack_2_0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store-rspec_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
bundle_gemfile: Gemfile
- ruby_version: ruby-3.0
bundle_gemfile: Gemfile
- ruby_version: truffleruby-dev
- ruby_version: truffleruby-head
bundle_gemfile: Gemfile
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_event_store_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
bundle_gemfile: Gemfile
- ruby_version: ruby-3.0
bundle_gemfile: Gemfile
- ruby_version: truffleruby-dev
- ruby_version: truffleruby-head
bundle_gemfile: Gemfile
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion support/ci/generate
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
class CI
RUBY_VERSIONS = [
MRI_RUBY = [RUBY_3_2 = "ruby-3.2", RUBY_3_1 = "ruby-3.1", RUBY_3_0 = "ruby-3.0"],
TRUFFLE_RUBY = "truffleruby-dev"
TRUFFLE_RUBY = "truffleruby-head"
].flatten

DATA_TYPES = [DATA_TEXT = "text", DATA_BINARY = "binary", DATA_JSON = "json", DATA_JSONB = "jsonb"]
Expand Down

0 comments on commit d6985dc

Please sign in to comment.