Skip to content

Commit

Permalink
Update rubyonrails.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mromulus authored Dec 5, 2023
1 parent 94ca7d2 commit b40c8f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:11-alpine
image: postgres:16-alpine
ports:
- "5432:5432"
env:
Expand All @@ -33,6 +33,8 @@ jobs:
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
bundler-cache: true
- name: Set version
run: git describe --tags >CURRENT_VERSION
# Add or replace database setup steps here
- name: Set up database schema
run: bin/rails db:schema:load
Expand All @@ -49,6 +51,8 @@ jobs:
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
bundler-cache: true
- name: Set version
run: git describe --tags >CURRENT_VERSION
# Add or replace any other lints here
- name: Security audit dependencies
run: bin/bundler-audit --update
Expand Down

0 comments on commit b40c8f3

Please sign in to comment.