Skip to content

Commit

Permalink
[CI] Updates GitHub Actions, drops Ruby 3.0 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Oct 21, 2024
1 parent 6d2a252 commit c12ed9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ steps:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
transport:
- "8.3"
ruby_source:
Expand All @@ -34,10 +33,6 @@ steps:
suite: "platinum"
ruby: "3.1"
skip: true
- with:
suite: "platinum"
ruby: "3.0"
skip: true
- with:
suite: "free"
ruby: "3.3"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/8.x.yml → .github/workflows/8.16.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 8x
name: 8.16
on:
push:
branches:
- 8.x
- 8.16
pull_request:
branches:
- 8.x
- 8.16
jobs:
test-main:
env:
Expand All @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
ruby: ['3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c12ed9c

Please sign in to comment.