Skip to content

Commit

Permalink
Drone CI: Update to Ruby 3.0 and 2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Oct 13, 2021
1 parent 264a147 commit c3d8cfd
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 c3d8cfd

Please sign in to comment.