Skip to content

Commit c2dfc6d

Browse files
committed
ci: drop the tailwind v4 compatibility tests
1 parent 1f694ad commit c2dfc6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
plat: ["ubuntu", "windows", "macos"]
41-
tailwind: ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
41+
tailwind: ["--version=~>3.4.14"]
4242
runs-on: ${{matrix.plat}}-latest
4343
env:
4444
TAILWINDCSSOPTS: ${{ matrix.tailwind }}

.github/workflows/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
plat: ["ubuntu"]
4444
ref: ["7-2-stable", "8-0-stable", "main"]
45-
tailwind: ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
45+
tailwind: ["--version=~>3.4.14"]
4646
env:
4747
RAILSOPTS: --git=https://github.com/rails/rails --ref=${{ matrix.ref }}
4848
TAILWINDCSSOPTS: ${{ matrix.tailwind }}

0 commit comments

Comments
 (0)