Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:

strategy:
matrix:
ruby-version: ["3.2", "3.1", "3.0"]
ruby-version:
- "3.3.0-preview2"
- "3.2"
- "3.1"
- "3.0"

services:
postgres:
Expand All @@ -30,7 +34,7 @@ jobs:
MYSQL_ROOT_PASSWORD: password

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
.rspec_status

.vscode

Gemfile.lock
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Metrics/BlockLength:
Enabled: true
Max: 100

Metrics/AbcSize:
Enabled: false

RSpec/DescribeClass:
Enabled: false

Expand All @@ -65,3 +68,4 @@ RSpec/ExampleLength:

RSpec/MultipleExpectations:
Enabled: false

125 changes: 0 additions & 125 deletions Gemfile.lock

This file was deleted.