Skip to content

Commit

Permalink
add latest airflow to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Feb 22, 2020
1 parent 2c18494 commit 94f1efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
airflow_version: ['1.10.4']
airflow_version: ['1.10.4', '1.10.9']
airflow_rbac: ['true', 'false']

steps:
Expand Down
2 changes: 1 addition & 1 deletion run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -x

export AIRFLOW_VERSION=1.10.4
export AIRFLOW_VERSION=1.10.9

docker-compose down -v --remove-orphans

Expand Down

0 comments on commit 94f1efc

Please sign in to comment.