Skip to content

Commit

Permalink
Test against Rails 7.1
Browse files Browse the repository at this point in the history
I deleted Tapioca's generated annotations since it was causing me some
typing issues.
  • Loading branch information
zachahn committed Nov 19, 2023
1 parent 6d02f78 commit 76cfc6f
Show file tree
Hide file tree
Showing 149 changed files with 56,808 additions and 35,239 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- gemfiles/rails60_sprockets4.gemfile
- gemfiles/rails61_sprockets4.gemfile
- gemfiles/rails70_sprockets4.gemfile
- gemfiles/rails70_jsbundling4.gemfile
- gemfiles/rails71_sprockets4.gemfile
ruby:
- "2.3"
- "2.4"
Expand Down Expand Up @@ -55,6 +55,8 @@ jobs:
ruby: "3.1"
- gemfile: gemfiles/rails70_sprockets4.gemfile
ruby: "3.2"
- gemfile: gemfiles/rails71_sprockets4.gemfile
ruby: "3.2"
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
Expand All @@ -76,7 +78,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "20"
- name: Thoroughly test
run: ruby bin/thoroughly_test.rb

Expand All @@ -91,7 +93,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "20"
- run: bin/rails db:migrate
- run: bin/rails test

Expand All @@ -101,7 +103,7 @@ jobs:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"
bundler-cache: true
- run: bin/tapioca gem --verify
- run: bin/spoom tc
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ log/*.log
pkg/
test/dummy/**/db/*.sqlite3
test/dummy/**/db/*.sqlite3-journal
test/dummy/**/db/*.sqlite3-shm
test/dummy/**/db/*.sqlite3-wal
test/dummy/**/log/*.log
test/dummy/**/node_modules/
test/dummy/**/yarn-error.log
Expand Down
Loading

0 comments on commit 76cfc6f

Please sign in to comment.