Upgrade Ruby to 3.3.12 everywhere
CI / Test (pull_request) Failing after 2s

This commit is contained in:
2026-08-09 18:13:31 -06:00
parent 39d9f9b312
commit 31341fb4ce
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ jobs:
test: test:
name: Test name: Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: gitea.kosmos.org/kosmos/akkounts-ci:0.9.1 container: gitea.kosmos.org/kosmos/akkounts-ci:0.11.0
services: services:
redis: redis:
image: redis image: redis
@@ -29,9 +29,9 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: vendor/bundle path: vendor/bundle
key: ${{ runner.os }}-ruby-3.3.0-${{ hashFiles('Gemfile.lock') }} key: ${{ runner.os }}-ruby-3.3.12-${{ hashFiles('Gemfile.lock') }}
restore-keys: | restore-keys: |
${{ runner.os }}-ruby-3.3.0- ${{ runner.os }}-ruby-3.3.12-
- name: Install Ruby dependencies - name: Install Ruby dependencies
run: | run: |
+1 -1
View File
@@ -1 +1 @@
3.3.0 3.3.12
+1 -1
View File
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM ruby:3.3.4 FROM ruby:3.3.12
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
+1 -1
View File
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM ruby:3.3.0 FROM ruby:3.3.12
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]