We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3bee4 commit 7af0cdeCopy full SHA for 7af0cde
.azure-pipelines.yml
.github/workflows/rubocop.yml
@@ -11,12 +11,12 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- ruby: [2.7, 3.0]
+ ruby: [3.0, 3.1, 3.2]
15
16
runs-on: ubuntu-latest
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
- name: Set up Ruby
21
uses: ruby/setup-ruby@v1
22
with:
appium_lib.gemspec
@@ -1,7 +1,7 @@
1
require_relative 'lib/appium_lib/version'
2
3
Gem::Specification.new do |s|
4
- s.required_ruby_version = '>= 2.7'
+ s.required_ruby_version = '>= 3.0'
5
6
s.name = 'appium_lib'
7
s.version = Appium::VERSION
0 commit comments