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:
name: Test
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:
redis:
image: redis
@@ -29,9 +29,9 @@ jobs:
uses: actions/cache@v4
with:
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: |
${{ runner.os }}-ruby-3.3.0-
${{ runner.os }}-ruby-3.3.12-
- name: Install Ruby dependencies
run: |