Skip to content

Commit 225d638

Browse files
committed
Ha ha no Ruby Head yet?
1 parent e684f69 commit 225d638

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ on:
66
- 'main'
77
paths:
88
- '**/Dockerfile'
9+
- .github/workflows/build.yml
910
workflow_dispatch:
1011
jobs:
1112
ruby-and-rails-app:
1213
runs-on: ubuntu-latest
1314
strategy:
1415
matrix:
15-
ruby_version: ["3.0", "3.1", "3.2", "3.3", "3.4", "ruby-head"]
16+
ruby_version: ["3.0", "3.1", "3.2", "3.3", "3.4"]
1617
distro: [bullseye, bookworm]
1718
exclude:
1819
- distro: bookworm
@@ -49,7 +50,7 @@ jobs:
4950
needs: ruby-and-rails-app
5051
strategy:
5152
matrix:
52-
ruby_version: ["3.0", "3.1", "3.2", "3.3", "3.4", "ruby-head"]
53+
ruby_version: ["3.0", "3.1", "3.2", "3.3", "3.4"]
5354
distro: [bullseye, bookworm]
5455
database: [sqlite, postgres, mariadb, mysql]
5556
exclude:

0 commit comments

Comments
 (0)