Skip to content

Commit ec4b05b

Browse files
committed
[CI] Drop testing for Ruby 3.0 (EOL'ed)
1 parent 9433dc9 commit ec4b05b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ steps:
3333
- "3.3"
3434
- "3.2"
3535
- "3.1"
36-
- "3.0"
3736
ruby_source:
3837
- "ruby"
3938
transport:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
17+
ruby: ['3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4']
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)