Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
rails: [ '7.0.1', '7.1.0', '7.2.0' ]
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5' ]
exclude:
- { rails: '7.2.0', ruby: '2.7' }
- { rails: '7.2.0', ruby: '3.0' }
Expand All @@ -62,5 +62,5 @@ jobs:
ruby: ${{ matrix.ruby }}
strategy:
matrix:
rails: [ '8.0.0' ]
ruby: [ '3.2', '3.3', '3.4' ]
rails: [ '8.0.0', '8.1.0' ]
ruby: [ '3.2', '3.3', '3.4', '3.5' ]
6 changes: 6 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### Unreleased
* Add rspec for higher versions of Ruby and Rails
> emmahsax: https://github.com/emmahsax/okcomputer/pull/19
* Add benchmark gem as a dependency.
> willnet: https://github.com/emmahsax/okcomputer/pull/16

#### v1.19.0
* Update ActiveRecordMigrationsCheck to use public active_record methods and errors
> dgarwood: https://github.com/emmahsax/okcomputer/pull/14
Expand Down
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ OkComputer currently fully supports the following Rails versions:

In addition, the CI tests are passing on, but is not guaranteed to work with, the following Rails versions:

* 8.1
* 8.0
* 7.2
* 7.1
Expand Down