Skip to content

dep: update to Tailwind CSS v4.0.0-beta.9, ship separate gnu and musl gems #102

dep: update to Tailwind CSS v4.0.0-beta.9, ship separate gnu and musl gems

dep: update to Tailwind CSS v4.0.0-beta.9, ship separate gnu and musl gems #102

Workflow file for this run

name: ci
concurrency:
group: "${{github.workflow}}-${{github.ref}}"
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*.*.*
pull_request:
types: [opened, synchronize]
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
steps:
- uses: actions/checkout@v4
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler: latest
bundler-cache: true
- name: Run tests
run: bundle exec rake test