Skip to content

Commit 7af0cde

Browse files
authored
feat: drop Ruby 2.7 (#990)
* feat: drop Ruby 2.7 * remove unused azure
1 parent 2a3bee4 commit 7af0cde

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

.azure-pipelines.yml

-18
This file was deleted.

.github/workflows/rubocop.yml

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

1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:

appium_lib.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative 'lib/appium_lib/version'
22

33
Gem::Specification.new do |s|
4-
s.required_ruby_version = '>= 2.7'
4+
s.required_ruby_version = '>= 3.0'
55

66
s.name = 'appium_lib'
77
s.version = Appium::VERSION

0 commit comments

Comments
 (0)