Skip to content

Commit

Permalink
GitHub Actions: drop Ruby 2.4 from matrix
Browse files Browse the repository at this point in the history
When migrating to Ubuntu 20.04, Ruby 2.4 is no longer available, and
this migration is coming soon, according to
actions/runner-images#1816.

Signed-off-by: Nicolas Iooss <[email protected]>
  • Loading branch information
fishilico committed Dec 9, 2020
1 parent e8d5038 commit af3e678
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
# Test several Ruby versions with the latest Python version
- {python: 3.9, ruby: 2.6}
- {python: 3.9, ruby: 2.5}
- {python: 3.9, ruby: 2.4}
exclude:
- compiler: clang
python-ruby-version: {python: 3.9, ruby: 2.7, other: linker-bfd}
Expand Down

0 comments on commit af3e678

Please sign in to comment.