Skip to content

Commit

Permalink
Remove Ruby 3.0 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ngan committed Aug 15, 2024
1 parent 9bdba4f commit 4d6715e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
matrix:
os: [ "ubuntu-20.04" ]
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
Expand Down
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

# Unreleased
- Remove Ruby 3.0 from build matrix

## 9.4.2
- Fix db:prepare:with_data task
- Fix db:prepare:with_data task

## 9.4.1
- Add db:prepare task
- Add db:prepare task

## 9.4.0
- Reset model schema cache before each data migration https://github.com/ilyakatz/data-migrate/pull/307
Expand Down

0 comments on commit 4d6715e

Please sign in to comment.