Skip to content

Commit f3f0616

Browse files
author
Mattia Roccoberton
committed
test: update test suite dependencies
1 parent 6e441d1 commit f3f0616

15 files changed

Lines changed: 1038 additions & 860 deletions

.github/workflows/specs_rails6.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
ruby: ['2.6', '2.7']
18+
ruby: ['2.7']
1919
gemfile: ['rails60_activeadmin22', 'rails60_activeadmin']
2020

2121
env:

.github/workflows/specs_rails6.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
ruby: ['2.6', '2.7', '3.0']
18+
ruby: ['2.7', '3.0']
1919
gemfile: ['rails61_activeadmin29', 'rails61_activeadmin']
2020

2121
env:

.github/workflows/specs_rails7.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
ruby: ['2.7', '3.0']
18+
ruby: ['2.7', '3.0', '3.1', '3.2']
1919
gemfile: ['rails70_activeadmin']
2020

2121
env:

activeadmin_blaze_theme.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.homepage = 'https://github.com/blocknotes/activeadmin_blaze_theme'
1515
spec.license = 'MIT'
1616

17-
spec.required_ruby_version = '>= 2.6.0'
17+
spec.required_ruby_version = '>= 2.7.0'
1818

1919
spec.metadata['homepage_uri'] = spec.homepage
2020
spec.metadata['source_code_uri'] = spec.homepage

0 commit comments

Comments
 (0)