Skip to content

Commit

Permalink
22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaskowski-r7 committed Jan 16, 2025
1 parent 9f27b74 commit 8c791f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on: [push, pull_request]
jobs:
test:
name: 'Ruby: ${{ matrix.ruby-version }}'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', 'jruby-9.2', 'jruby-9.4.2', 'jruby-9.4.6.0']
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', 'jruby-9.2', 'jruby-9.4.2']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8c791f2

Please sign in to comment.