Skip to content

Commit

Permalink
Merge pull request AOT-Technologies#2265 from AOT-Technologies/auslin…
Browse files Browse the repository at this point in the history
…-aot-patch-1

Update forms-flow-documents-ci.yml
  • Loading branch information
arun-s-aot authored Oct 11, 2024
2 parents 8094d02 + 8806b76 commit 591d88d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/forms-flow-documents-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:

strategy:
matrix:
python-version: [3.12.6]
python-version: [3.12.7]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.12.6]
python-version: [3.12.7]

services:
postgres:
Expand All @@ -96,7 +96,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Docker Compose
Expand Down

0 comments on commit 591d88d

Please sign in to comment.