File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 37
37
fail-fast : false
38
38
matrix :
39
39
plat : ["ubuntu", "windows", "macos"]
40
+ tailwind : ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
41
+ env :
40
42
runs-on : ${{matrix.plat}}-latest
43
+ TAILWINDCSSOPTS : ${{ matrix.tailwind }}
41
44
steps :
42
45
- uses : actions/checkout@v4
43
46
- uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 42
42
matrix :
43
43
plat : ["ubuntu"]
44
44
ref : ["7-2-stable", "v8.0.0.beta1", "main"]
45
+ tailwind : ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
45
46
env :
46
47
RAILSOPTS : --git=https://github.com/rails/rails --ref=${{ matrix.ref }}
48
+ TAILWINDCSSOPTS : ${{ matrix.tailwind }}
47
49
steps :
48
50
- uses : actions/checkout@v4
49
51
- uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ bundle remove rails --skip-install
26
26
bundle add rails --skip-install ${RAILSOPTS:- }
27
27
28
28
# use the tailwindcss-rails under test
29
- bundle add tailwindcss-rails --path=" ../.."
29
+ bundle add tailwindcss-rails --skip-install --path=" ../.."
30
+ bundle add tailwindcss-ruby --skip-install ${TAILWINDCSSOPTS:- }
30
31
bundle install
31
32
bundle show --paths
32
33
bundle binstubs --all
You can’t perform that action at this time.
0 commit comments