Skip to content

Commit a43ac43

Browse files
committed
Remove Ruby 3.3 from CI test matrix
1 parent a545799 commit a43ac43

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
ruby:
47-
- '3.3'
4847
- '3.4'
4948
rails:
5049
- '7.2'
@@ -71,7 +70,7 @@ jobs:
7170
DATABASE_URL_SQLITE3: 'sqlite3::memory:'
7271
run: |
7372
cd test/dummy
74-
bundle exec railsmake db:setup_all
73+
bundle exec rails db:setup_all
7574
7675
- name: Run tests
7776
env:

0 commit comments

Comments
 (0)