We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f694ad commit c2dfc6dCopy full SHA for c2dfc6d
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
fail-fast: false
39
matrix:
40
plat: ["ubuntu", "windows", "macos"]
41
- tailwind: ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
+ tailwind: ["--version=~>3.4.14"]
42
runs-on: ${{matrix.plat}}-latest
43
env:
44
TAILWINDCSSOPTS: ${{ matrix.tailwind }}
.github/workflows/upstream.yml
@@ -42,7 +42,7 @@ jobs:
plat: ["ubuntu"]
ref: ["7-2-stable", "8-0-stable", "main"]
45
46
47
RAILSOPTS: --git=https://github.com/rails/rails --ref=${{ matrix.ref }}
48
0 commit comments