Skip to content

Commit

Permalink
Merge branch 'master' into uniquess_validator
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanggang committed Mar 5, 2024
2 parents 6dc9de1 + 5b8846d commit 0d6d306
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
ruby:
- 3.3
- 3.1
- "3.0"
- 2.7
Expand All @@ -25,13 +26,6 @@ jobs:
- mysql
- postgresql
- sqlite3
include:
- ruby: truffleruby-head
db: postgresql
gemfile: gemfiles/activerecord_6.1.gemfile
- ruby: truffleruby-head
db: postgresql
gemfile: gemfiles/activerecord_7.0.gemfile
exclude:
- ruby: 2.5
gemfile: gemfiles/activerecord_7.0.gemfile
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*.sqlite3
/pkg/*
.bundle
.ruby-version
spec/internal/config/database.yml
tmp*.sw?
*.sw?
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.0

0 comments on commit 0d6d306

Please sign in to comment.