Skip to content

Commit

Permalink
Merge pull request #3529 from fluent/drone-update-ruby
Browse files Browse the repository at this point in the history
Drone CI: Update to Ruby 3.0 and 2.7
  • Loading branch information
ashie committed Oct 26, 2021
2 parents e9ebe22 + c3d8cfd commit f10541b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
kind: pipeline
name: fluentd-test-arm64-2-6-3
name: fluentd-test-arm64-3-0

platform:
os: linux
arch: arm64

steps:
- name: fluentd-test-arm64-2-6-3
image: arm64v8/ruby:2.6.3
- name: fluentd-test-arm64-3-0
image: arm64v8/ruby:3.0
commands:
- apt update
- apt -y install libgmp3-dev
Expand All @@ -17,15 +17,15 @@ steps:
- bundle exec rake test
---
kind: pipeline
name: fluentd-test-arm64-latest
name: fluentd-test-arm64-2-7

platform:
os: linux
arch: arm64

steps:
- name: fluentd-test-arm64-latest
image: arm64v8/ruby:latest
- name: fluentd-test-arm64-2-7
image: arm64v8/ruby:2.7
commands:
- apt update
- apt -y install libgmp3-dev
Expand Down

0 comments on commit f10541b

Please sign in to comment.