Skip to content

Commit

Permalink
Merge pull request #1307 from ozennou/patch-1
Browse files Browse the repository at this point in the history
Add Ruby 3.4 and fix ubuntu version issue
  • Loading branch information
byroot authored Jan 16, 2025
2 parents 3669beb + d1ddf7c commit b6fd17b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- "*"
paths-ignore:
- '**/*.md'
pull_request:
branches:
- "*"
paths-ignore:
- '**/*.md'
jobs:
lint:
name: Rubocop
Expand All @@ -29,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0"]
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby"]
runs-on: ubuntu-latest
env:
LOW_TIMEOUT: "0.01"
Expand Down Expand Up @@ -178,8 +182,6 @@ jobs:
sentinel:
name: Sentinel
timeout-minutes: 15
strategy:
fail-fast: false
runs-on: ubuntu-latest
env:
LOW_TIMEOUT: "0.14"
Expand Down

0 comments on commit b6fd17b

Please sign in to comment.