Skip to content

Commit

Permalink
chore: ci updated
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshpurohit committed Jun 28, 2024
1 parent 9d8f944 commit c27d2c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
ruby:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
- "2.7"
include:
- ruby: "3.0"
coverage: "true"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Pull Requests
on:
pull_request:
branches: [ "master" ]
branches: ["master"]
jobs:
testing:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
- "2.7"
include:
- ruby: "3.2"
coverage: "true"
Expand Down

0 comments on commit c27d2c4

Please sign in to comment.