Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Oct 25, 2023
1 parent e0ec874 commit ec795a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.5
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CI: "true"
SIMPLECOV: "true"
RUBY_VERSION: 3.0.5
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
RAILS_ENV: test
DATABASE_USERNAME: postgres
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

test:
name: Integration Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: build
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CI: "true"
SIMPLECOV: "true"
RUBY_VERSION: 3.0.5
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1

jobs:
Expand Down

0 comments on commit ec795a7

Please sign in to comment.