Skip to content

Commit

Permalink
add ruby 3.2 to the target, and remove older rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Jan 23, 2023
1 parent 2cdcbeb commit c25dbfb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:
spec:
strategy:
matrix:
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
os: ['ubuntu-20.04', 'ubuntu-22.04']
ruby-version: ['3.1', '3.2']
include:
- os: 'ubuntu-22.04'
ruby-version: '3.1'
- os: 'ubuntu-20.04'
ruby-version: '3.0'
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit c25dbfb

Please sign in to comment.