Commit 337f6c0 1 parent 7b78380 commit 337f6c0 Copy full SHA for 337f6c0
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
--health-retries=3
36
36
strategy :
37
37
matrix :
38
- ruby : [3.1, 3. 2, 3.3]
38
+ ruby : [3.2, 3.3]
39
39
steps :
40
40
- uses : actions/checkout@v4
41
41
- name : Set up Ruby
49
49
- name : Test with PostgreSQL
50
50
env :
51
51
MITERU_DATABASE : postgresql://postgres:postgres@localhost:5432/test
52
- run : |
53
- bundle exec rake
52
+ run : bundle exec rake
54
53
- name : Test with MySQL
55
54
env :
56
55
MITERU_DATABASE :
mysql2://mysql:[email protected] :3306/test
57
- run : |
58
- bundle exec rake
56
+ run : bundle exec rake
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ Gem::Specification.new do |spec|
16
16
spec . homepage = "https://github.com/ninoseki/miteru"
17
17
spec . license = "MIT"
18
18
19
+ spec . required_ruby_version = ">= 3.2"
20
+
19
21
# Specify which files should be added to the gem when it is released.
20
22
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
21
23
spec . files = Dir . chdir ( File . expand_path ( __dir__ ) ) do
You can’t perform that action at this time.
0 commit comments