Skip to content

Commit e657fde

Browse files
committed
target ruby 3.3
More easily available in RHEL/centos ecosystem. Can revisit 3.4 when it's more mature.
1 parent 2c55b2a commit e657fde

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
ruby: [3.1, 3.4]
10+
ruby: [3.1, 3.3, 3.4]
1111

1212
steps:
1313
- uses: actions/checkout@v4
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 22
2020

2121
- name: Build the docker-compose stack
2222
run: docker compose up -d

.tool-versions

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
yarn 1.22.19
2-
ruby 3.4.1
3-
nodejs 18.15.0
1+
yarn 1.22.22
2+
ruby 3.3.5
3+
nodejs 22.14.0

0 commit comments

Comments
 (0)