mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Update gems and CI, drop CI support for rails 5.2 and ruby 2.6
This commit is contained in:
6
.github/workflows/pronto.yaml
vendored
6
.github/workflows/pronto.yaml
vendored
@@ -4,15 +4,17 @@ jobs:
|
||||
lint:
|
||||
name: Pronto lint
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
BUNDLE_ONLY: lint
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: git fetch --no-tags --prune --unshallow origin +refs/heads/*:refs/remotes/origin/*
|
||||
- name: Install ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '2.6'
|
||||
ruby-version: '3.2'
|
||||
bundler-cache: true
|
||||
- run: bundle exec pronto run -f github_status github_pr_review -c origin/master
|
||||
- run: bundle exec pronto run -f text github_status github_pr_review -c origin/master
|
||||
env:
|
||||
PRONTO_GITHUB_ACCESS_TOKEN: ${{ github.token }}
|
||||
PRONTO_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
|
||||
|
||||
20
.github/workflows/test.yaml
vendored
20
.github/workflows/test.yaml
vendored
@@ -1,5 +1,7 @@
|
||||
name: Test
|
||||
on: [push]
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
jobs:
|
||||
runTests:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -7,22 +9,12 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
# EKAM
|
||||
- ruby-version: 2.5.8
|
||||
rails-version: 52
|
||||
# InSales
|
||||
- ruby-version: 2.6.6
|
||||
rails-version: 52
|
||||
- ruby-version: 2.6.6
|
||||
- ruby-version: 2.7.8
|
||||
rails-version: 60
|
||||
- ruby-version: 2.7.5
|
||||
rails-version: 60
|
||||
- ruby-version: 2.7.5
|
||||
- ruby-version: 2.7.8
|
||||
rails-version: 61
|
||||
- ruby-version: 2.7.5
|
||||
rails-version: 70
|
||||
# EDGE
|
||||
- ruby-version: 3.1.0
|
||||
- ruby-version: 3.2.2
|
||||
rails-version: 70
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user