Use a setup-ruby version that has ruby 3.3.6
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m27s
Add copyright notice / copyright_notice (pull_request) Successful in 1m41s
Run unit tests / unit_tests (pull_request) Successful in 2m13s

This commit is contained in:
Bustikiller 2024-11-14 09:40:53 +01:00
parent 004624687a
commit 2fc4e2debd

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1.202.0
- run: bundle install
- name: Wait until Postgres is ready to accept connections
run: |