Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paranoia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paranoia
Commits
dde2b26d
Commit
dde2b26d
authored
Nov 04, 2021
by
Mathieu Jobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
env matrix does not set env vars
parent
16aa715a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
.github/workflows/build.yml
+12
-11
No files found.
.github/workflows/build.yml
View file @
dde2b26d
...
...
@@ -21,21 +21,22 @@ jobs:
-
2.6
-
2.5
-
jruby-9.2.8.0
env
:
-
RAILS='~> 4.2.0' SQLITE_VERSION='~> 1.3.6
'
-
RAILS='~> 5.0.0' SQLITE_VERSION='~> 1.3.6
'
-
RAILS=
'~> 5.1.0'
-
RAILS=
'~> 5.2.0'
-
RAILS=
'~> 6.1.0'
-
RAILS=
'~> 7.0.0.alpha2'
-
RAILS=
'edge'
rails
:
-
'
~>
4.2.0
'
-
'
~>
5.0.0
'
-
'
~>
5.1.0'
-
'
~>
5.2.0'
-
'
~>
6.1.0'
-
'
~>
7.0.0.alpha2'
-
'
edge'
exclude
:
# Rails edge is now 7.x and requires ruby 2.7
-
env
:
RAILS=
'edge'
-
rails
:
'
edge'
ruby
:
2.6
-
env
:
RAILS=
'edge'
-
rails
:
'
edge'
ruby
:
2.5
env
:
RAILS
:
${{ matrix.rails }}
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
ruby/setup-ruby@v1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment