Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
ci: add Ruby 3 to Github Actions and Appveyor
Browse files Browse the repository at this point in the history
- remove pre-2.5 from Appveyor
- drop travis entirely
  • Loading branch information
flavorjones committed Feb 26, 2021
1 parent b3a8e5e commit 136ae20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
ruby: [2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7]
ruby: [2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0]
system_libraries: [true, false]
exclude:
- os: macos
Expand Down
53 changes: 0 additions & 53 deletions .travis.yml

This file was deleted.

10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ cache:
environment:
NO_GUMBO_TESTS: true
matrix:
- RUBY_VERSION: 23
- RUBY_VERSION: 23-x64
- RUBY_VERSION: 24
- RUBY_VERSION: 24-x64
- RUBY_VERSION: 25
- RUBY_VERSION: 25-x64
- RUBY_VERSION: 26
- RUBY_VERSION: 26-x64
- RUBY_VERSION: 27
- RUBY_VERSION: 27-x64
- RUBY_VERSION: 27
- RUBY_VERSION: 27-x64
- RUBY_VERSION: 30
- RUBY_VERSION: 30-x64

install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;C:\msys64\usr\bin;%PATH%
Expand Down

0 comments on commit 136ae20

Please sign in to comment.