mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Allow and test on rails 8
This commit is contained in:
11
.github/workflows/test.yaml
vendored
11
.github/workflows/test.yaml
vendored
@@ -10,15 +10,14 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
ruby-version: [3.3.6]
|
||||
rails-version:
|
||||
- 71
|
||||
- 72
|
||||
- 80
|
||||
include:
|
||||
- ruby-version: 3.2.3
|
||||
rails-version: 70
|
||||
# - ruby-version: 3.3.5
|
||||
# rails-version: 70
|
||||
- ruby-version: 3.3.5
|
||||
rails-version: 71
|
||||
- ruby-version: 3.3.5
|
||||
rails-version: 72
|
||||
|
||||
env:
|
||||
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails-version }}.gemfile
|
||||
|
||||
Reference in New Issue
Block a user