Skip to content

Commit

Permalink
CI: add Ruby 3.2, 3.3
Browse files Browse the repository at this point in the history
...and update actions/checkout to latest release.
  • Loading branch information
olleolleolle committed Aug 16, 2024
1 parent f529059 commit 2e6d9ce
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 @@ -8,11 +8,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1]
ruby-version: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3]

name: Specs - Ruby ${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install libcurl
run: |
sudo apt-get update
Expand Down

0 comments on commit 2e6d9ce

Please sign in to comment.