File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3737 fail-fast : false
3838 matrix :
3939 plat : ["ubuntu", "windows", "macos"]
40+ tailwind : ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
41+ env :
4042 runs-on : ${{matrix.plat}}-latest
43+ TAILWINDCSSOPTS : ${{ matrix.tailwind }}
4144 steps :
4245 - uses : actions/checkout@v4
4346 - uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 4242 matrix :
4343 plat : ["ubuntu"]
4444 ref : ["7-2-stable", "v8.0.0.beta1", "main"]
45+ tailwind : ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
4546 env :
4647 RAILSOPTS : --git=https://github.com/rails/rails --ref=${{ matrix.ref }}
48+ TAILWINDCSSOPTS : ${{ matrix.tailwind }}
4749 steps :
4850 - uses : actions/checkout@v4
4951 - uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ bundle remove rails --skip-install
2626bundle add rails --skip-install ${RAILSOPTS:- }
2727
2828# 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:- }
3031bundle install
3132bundle show --paths
3233bundle binstubs --all
You can’t perform that action at this time.
0 commit comments