Skip to content

Commit 1fdbfdf

Browse files
authored
feat: drop ruby v2 (#481)
1 parent 7c716c9 commit 1fdbfdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unittest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [2.7, 3.0, 3.1, 3.2]
14+
ruby: [3.0, 3.1, 3.2]
1515

1616
runs-on: ubuntu-latest
1717

@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
ruby: [2.7, 3.0, 3.1, 3.2]
41+
ruby: [3.0, 3.1, 3.2]
4242

4343
runs-on: windows-latest
4444

appium_lib_core.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'appium_lib_core/version'
55

66
Gem::Specification.new do |spec|
7-
spec.required_ruby_version = Gem::Requirement.new('>= 2.7')
7+
spec.required_ruby_version = Gem::Requirement.new('>= 3.0')
88

99
spec.name = 'appium_lib_core'
1010
spec.version = Appium::Core::VERSION

0 commit comments

Comments
 (0)