Skip to content

Commit

Permalink
DEV: Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Jun 19, 2024
1 parent 2f5386d commit 4d11765
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.6, 2.7, "3.0", 3.1]
ruby: ["2.6", "2.7", "3.0", "3.1"]
redis: [5, 6]

services:
postgres:
image: postgres:14
image: postgres:16
env:
POSTGRES_DB: message_bus_test
POSTGRES_PASSWORD: postgres
Expand All @@ -70,7 +70,7 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand All @@ -88,10 +88,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Release gem
uses: discourse/publish-rubygems-action@v2
uses: discourse/publish-rubygems-action@v3
id: publish-gem
env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
Expand All @@ -109,7 +109,7 @@ jobs:
git commit -m 'bump'
- name: Publish package
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v3
if: steps.publish-gem.outputs.new_version == 'true'
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4d11765

Please sign in to comment.