Skip to content

Commit c12ed9c

Browse files
committed
[CI] Updates GitHub Actions, drops Ruby 3.0 for testing
1 parent 6d2a252 commit c12ed9c

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ steps:
1818
- "3.3"
1919
- "3.2"
2020
- "3.1"
21-
- "3.0"
2221
transport:
2322
- "8.3"
2423
ruby_source:
@@ -34,10 +33,6 @@ steps:
3433
suite: "platinum"
3534
ruby: "3.1"
3635
skip: true
37-
- with:
38-
suite: "platinum"
39-
ruby: "3.0"
40-
skip: true
4136
- with:
4237
suite: "free"
4338
ruby: "3.3"

.github/workflows/8.x.yml renamed to .github/workflows/8.16.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 8x
1+
name: 8.16
22
on:
33
push:
44
branches:
5-
- 8.x
5+
- 8.16
66
pull_request:
77
branches:
8-
- 8.x
8+
- 8.16
99
jobs:
1010
test-main:
1111
env:
@@ -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)