Skip to content

Commit cc4d033

Browse files
committed
ci: add Ruby 3.4 to the matrix
1 parent 9d2a96d commit cc4d033

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/downstream.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
- url: https://github.com/rails/tailwindcss-rails
2828
name: rails-unit
2929
command: "bin/test"
30-
ruby: "3.3"
30+
ruby: "3.4"
3131
- url: https://github.com/rails/tailwindcss-rails
3232
name: rails-install
3333
command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_install_test.sh"
34-
ruby: "3.3"
34+
ruby: "3.4"
3535
- url: https://github.com/rails/tailwindcss-rails
3636
name: rails-upgrade
3737
command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_upgrade_test.sh"
38-
ruby: "3.3"
38+
ruby: "3.4"
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
24+
ruby: ["3.0", "3.1", "3.2", "3.3", "3.4", "head"]
2525
steps:
2626
- uses: actions/checkout@v4
2727
- run: rm Gemfile.lock

0 commit comments

Comments
 (0)