Skip to content

Commit

Permalink
Use 4.0.0 in other tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed May 29, 2020
1 parent ffdc1bd commit 5f66d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_acceptance_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ done < <(cat<<EOF
3.3.2 4.10.1 false false
3.5.1 5.4.1 false false
3.6.0 5.6.4 false false
4.0.0-beta01 6.1.1 false false
4.0.0 6.1.1 false false
EOF
)
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ class AndroidGradlePluginAcceptanceSpec extends Specification {
"3.4.1" | "5.1.1"
"3.5.0" | "5.4.1"
"3.6.0" | "5.6.4"
"4.0.0-beta01" | "6.1.1"
"4.0.0" | "6.1.1"
}
}

0 comments on commit 5f66d9e

Please sign in to comment.