Skip to content

Commit

Permalink
match latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 2, 2024
1 parent f182be9 commit e8104c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/no-op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-lint:
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.9", "3.10"]
runs-on: ubuntu-latest
steps:
- name: No-op for python-lint
Expand All @@ -55,7 +55,7 @@ jobs:
test-postgres-hive:
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.9", "3.10"]
runs-on: ubuntu-latest
steps:
- name: No-op for frontend-build
Expand All @@ -65,7 +65,7 @@ jobs:
test-postgres-presto:
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.9", "3.10"]
runs-on: ubuntu-latest
steps:
- name: No-op for frontend-build
Expand All @@ -75,7 +75,7 @@ jobs:
unit-tests:
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.9", "3.10"]
runs-on: ubuntu-latest
steps:
- name: No-op for frontend-build
Expand Down

0 comments on commit e8104c2

Please sign in to comment.