Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Weisu Yin committed Mar 24, 2023
1 parent 62b5fc1 commit e603ce1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
test_general_cloud:
strategy:
matrix:
AG_VERSION: ["source", "0.6.2"]
AG_VERSION: ["source", "0.7.0"]
needs: cloud_lint_check
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
test_tabular_cloud:
strategy:
matrix:
AG_VERSION: ["source", "0.6.2"]
AG_VERSION: ["source", "0.7.0"]
needs: cloud_lint_check
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
test_text_cloud:
strategy:
matrix:
AG_VERSION: ["source", "0.6.2"]
AG_VERSION: ["source", "0.7.0"]
needs: cloud_lint_check
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
test_image_cloud:
strategy:
matrix:
AG_VERSION: ["source", "0.6.2"]
AG_VERSION: ["source", "0.7.0"]
needs: cloud_lint_check
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
test_multimodal_cloud:
strategy:
matrix:
AG_VERSION: ["source", "0.6.2"]
AG_VERSION: ["source", "0.7.0"]
needs: cloud_lint_check
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
test_timeseries_cloud:
strategy:
matrix:
AG_VERSION: ["source", "0.6.2"]
AG_VERSION: ["source", "0.7.0"]
needs: cloud_lint_check
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e603ce1

Please sign in to comment.