Skip to content

Commit

Permalink
ubuntu-18.04 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Aug 14, 2022
1 parent 9152744 commit c062d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
test:
strategy:
matrix:
os: ['ubuntu-18.04', 'ubuntu-20.04']
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1']
os: ['ubuntu-20.04']
ruby-version: ['2.6', '2.7', '3.0', '3.1']
# ubuntu 22.04 only supports ssl 3 and thus only ruby 3.1
include:
- os: 'ubuntu-22.04'
Expand Down

0 comments on commit c062d12

Please sign in to comment.