Skip to content

Commit

Permalink
feat(ci): Bump checkout to v4; Bump ci test to non-rol Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
xlionjuan committed Dec 9, 2024
1 parent 08dc21b commit bcd0e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1']
ruby-version: ['3.1', '3.2', '3.3']
steps:
- run: |
sudo apt install -y libarchive-tools lintian cpanminus
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
Expand Down

0 comments on commit bcd0e15

Please sign in to comment.