Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrock-adam committed Nov 23, 2024
1 parent 91de824 commit 61c1a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: set up ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
ruby-version: '3.3.6'
bundler-cache: true
- name: install brakeman
run: gem install brakeman
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.3.0'
- '3.3.6'
services:
postgres:
image: postgres:latest
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.3.0'
- '3.3.6'
services:
mysql:
image: mysql:latest
Expand Down

0 comments on commit 61c1a96

Please sign in to comment.