Skip to content

Commit

Permalink
Ruby 3.3.x added to CI matrix (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-menendez authored Mar 31, 2024
1 parent 77652db commit 0e4fa87
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI
on: [push, pull_request]

on:
push:
branches:
- main
pull_request:

jobs:
tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -67,6 +73,13 @@ jobs:
- ruby: 3.2
gemfile: "gemfiles/Gemfile.rails-7.0.x.sprockets-4.x"
- ruby: 3.2
gemfile: "gemfiles/Gemfile.rails-7.1.x.sprockets-4.x"
# Ruby 3.3.x
- ruby: 3.3
gemfile: "gemfiles/Gemfile.rails-6.1.x.sprockets-4.x"
- ruby: 3.3
gemfile: "gemfiles/Gemfile.rails-7.0.x.sprockets-4.x"
- ruby: 3.3
gemfile: Gemfile

env:
Expand Down

0 comments on commit 0e4fa87

Please sign in to comment.