Skip to content

Commit

Permalink
run CI on ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Dec 27, 2023
1 parent fbaab32 commit b921560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spec.yml
Expand Up @@ -3,7 +3,7 @@ name: Spec
on:
push:
branches:
- master
- main
pull_request:

permissions:
Expand All @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04']
ruby-version: ['3.1', '3.2']
ruby-version: ['3.1', '3.2', '3.3']
include:
- os: 'ubuntu-20.04'
ruby-version: '3.0'
Expand Down

0 comments on commit b921560

Please sign in to comment.