Skip to content

Commit

Permalink
[CI] Updates GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Sep 5, 2024
1 parent d9c494e commit 100d807
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 50 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/2.7.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/2.6.yml → .github/workflows/7x_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ruby 2.6
name: 7x tests
on:
push:
branches:
Expand All @@ -16,6 +16,8 @@ jobs:
RAILS_VERSIONS: '5.0,6.0'
strategy:
fail-fast: false
matrix:
ruby: [ '2.6', '2.7', '3.0' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +32,7 @@ jobs:
stack-version: 7.x-SNAPSHOT
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: ${{ matrix.ruby }}
- name: Bundle
run: |
sudo apt-get install libsqlite3-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: JRuby
on:
push:
branches:
- main
- 7.x
pull_request:
branches:
- main
- 7.x
workflow_dispatch:
branches:
- '*'
Expand Down

0 comments on commit 100d807

Please sign in to comment.