Skip to content

Commit

Permalink
Merge branch 'python-3.12' of 'https://github.com/jjmerchante/grimoir…
Browse files Browse the repository at this point in the history
…elab-elk.git'

Merges #1175
Closes #1175
  • Loading branch information
sduenas authored Nov 13, 2024
2 parents c0a11e1 + 6b789f1 commit 9860bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Python ${{ matrix.python-version }} for ES ${{ matrix.elasticsearch-version }}
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
elasticsearch-version: [ 6.8.6, 7.2.0 ]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Python ${{ matrix.python-version }} for ES ${{ matrix.elasticsearch-version }}
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
elasticsearch-version: [6.8.6, 7.2.0]

steps:
Expand Down

0 comments on commit 9860bfd

Please sign in to comment.