Skip to content

Commit

Permalink
Bump NDK versions to match -latest Github runner images.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalexan committed Apr 10, 2024
1 parent dcccc64 commit 97e868f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions plugin/src/test/groovy/com/nishtahir/NdkVersionTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ class NdkVersionTest extends AbstractTest {

where:
ndkVersion << [
// NDK versions supported by Github Actions, per
// https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md.
"21.4.7075529",
"22.1.7171670",
"23.1.7779620",
// Partial list of NDK versions supported by Github Actions, per
// https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
"25.2.9519653",
"26.2.11394342",
]
}
}

0 comments on commit 97e868f

Please sign in to comment.