Skip to content

Commit

Permalink
CI: Add Ruby 3.3 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed May 5, 2024
1 parent 28cf4e0 commit 94dadb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
gemfile: [Gemfile.rails-6.1.x, Gemfile.rails-7.0.x, Gemfile.rails-7.1.x]
ruby: ['3.3', '3.2', '3.1', '3.0']
gemfile: [Gemfile.rails-7.1.x, Gemfile.rails-7.0.x, Gemfile.rails-6.1.x]
db: [mysql, postgres, sqlite]
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/spec/support/gemfiles/${{ matrix.gemfile }}
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ DoubleEntry uses the [Money gem](https://github.com/RubyMoney/money) to encapsul
DoubleEntry is tested against:

Ruby
* 2.7.x
* 3.0.x
* 3.1.x
* 3.3.x
* 3.2.x
* 3.1.x
* 3.0.x

Rails
* 6.0.x
* 6.1.x
* 7.1.x
* 7.0.x
* 6.1.x

Databases
* MySQL
Expand Down

0 comments on commit 94dadb0

Please sign in to comment.