Skip to content

Drop 2.7 and adopt 3.3 #756

Drop 2.7 and adopt 3.3

Drop 2.7 and adopt 3.3 #756

Workflow file for this run

name: camel_trail
on:
push:
jobs:
ruby:
uses: powerhome/github-actions-workflows/.github/workflows/ruby-gem.yml@main
with:
package: ${{ github.workflow }}
workdir: "packages/${{ github.workflow }}"
ruby: '["3.0","3.1","3.2","3.3"]'
gemfiles: "['gemfiles/rails_6_0.gemfile','gemfiles/rails_6_1.gemfile']"
secrets: inherit