Skip to content

Commit

Permalink
prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 20, 2024
1 parent fdf7582 commit b4e40b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
runs-on: ubuntu-latest
services:
faktory:
Expand Down
5 changes: 3 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## HEAD

- Minimum Ruby version is now 2.7.0.
- Minimum Rails version is now 6.0.0.
- Allow more connections in pool [#455]
- Minimum Ruby version is now 2.7.
- Minimum Rails version is now 6.0.

## 1.3.0

Expand Down

0 comments on commit b4e40b1

Please sign in to comment.