Skip to content

Commit

Permalink
[CI] Updates GitHub Actions for 8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jul 23, 2024
1 parent 3d277f2 commit 6115ec5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml → .github/workflows/8.15.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: main
name: 8.15
on:
push:
branches:
- main
- 8.15
pull_request:
branches:
- main
- 8.15
jobs:
test-main:
test-8.15:
env:
TEST_ES_SERVER: http://localhost:9250
PORT: 9250
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
ruby: ['3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6115ec5

Please sign in to comment.