Skip to content

Commit

Permalink
Run checks on Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Apr 18, 2024
1 parent 70d2117 commit 3de07b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- macos-latest
- windows-latest
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
include:
- os: ubuntu-latest
os_name: Linux
Expand All @@ -46,9 +46,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -74,9 +74,9 @@ jobs:
- macos-latest
- windows-latest
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
include:
- os: ubuntu-latest
os_name: Linux
Expand Down

0 comments on commit 3de07b0

Please sign in to comment.