Skip to content

Commit

Permalink
Merge pull request #156 from dentarg/patch-2
Browse files Browse the repository at this point in the history
CI housekeeping
  • Loading branch information
Chrizpy committed Oct 10, 2022
2 parents f95151c + 055da6c commit 6eaa58e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -6,22 +6,22 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
matrix:
include:
- { ruby: 2.7.6 }
- { ruby: 3.0.4 }
- { ruby: 3.1.2 }
- { ruby: '2.7' }
- { ruby: '3.0' }
- { ruby: '3.1' }
- { ruby: head, allow-failure: true }
- { ruby: jruby-9.3.4.0 }
- { ruby: jruby-9.3 }
- { ruby: jruby-head, allow-failure: true }

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 6eaa58e

Please sign in to comment.