Skip to content

Commit

Permalink
Bump ruby versions in CI (#68)
Browse files Browse the repository at this point in the history
- Only run tests for pushes to master
  • Loading branch information
dometto authored Jan 11, 2025
1 parent 3763285 commit e53af1b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Ruby Build
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.6.0, 2.7.6, 3.0.0]
ruby: [3.0.0, 3.3, 3.4]
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down

0 comments on commit e53af1b

Please sign in to comment.