Skip to content

Commit

Permalink
fix Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Nov 14, 2024
1 parent 268b630 commit 13647bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
RUBY_VERSION: 3.3.4
RUBY_VERSION: 3.3
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres

name: CI
Expand All @@ -15,7 +15,7 @@ on:
jobs:
test:
name: Rubocop + Rails Test
runs-on: ubuntu-24.10
runs-on: ubuntu-24.04

services:
postgres:
Expand Down

0 comments on commit 13647bb

Please sign in to comment.