diff --git a/README.md b/README.md index 2029069..cb31e9a 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Document-level optimistic locking for MongoDB via Mongoid. Mongoid-Locker is an **NOTE:** Please refer to [1-x-stable](https://github.com/mongoid/mongoid-locker/tree/1-x-stable) branch for `1.x.x` documentation. See the [UPGRADING](UPGRADING.md) guide and [CHANGELOG](CHANGELOG.md) for an overview of the changes. -[Tested](https://travis-ci.org/mongoid/mongoid-locker) against: +[Tested](https://github.com/mongoid/mongoid-locker/actions) against: - MRI: `2.3.8`, `2.4.7`, `2.5.7`, `2.6.6`, `2.7.1`, `3.0.5`, `3.1.3` - JRuby `9.1.17.0`, `9.2.11.1` - Mongoid: `5`, `6`, `7`, `8` -See [.travis.yml](.travis.yml) for the latest test matrix. +See [.github/workflows/test.yml](.github/workflows/test.yml) for the latest test matrix. ## Usage diff --git a/RELEASING.md b/RELEASING.md index 866b0c3..d53adbe 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -12,7 +12,7 @@ bundle install bundle exec rake ``` -Check that the last build succeeded in [Travis CI](https://travis-ci.org/mongoid/mongoid-locker) for all supported platforms. +Check that the last build succeeded in [GitHub Actions](https://github.com/mongoid/mongoid-locker/actions) for all supported platforms. Check the version, if needed modify [lib/mongoid/locker/version.rb](lib/mongoid/locker/version.rb).