Skip to content

Commit e0b9b8e

Browse files
bcorsoDagger Team
authored andcommitted
Update release script to include changes to artifact-android-local-tests.
These changes were added to the continuous integration (presubmit) script but we forgot to propagate it to the release script. RELNOTES=N/A PiperOrigin-RevId: 586459523
1 parent 692015f commit e0b9b8e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,19 @@ jobs:
6363
runs-on: ubuntu-latest
6464
strategy:
6565
matrix:
66-
agp: ['7.0.0', '7.1.2']
66+
include:
67+
- agp: '7.0.0'
68+
jdk: '11'
69+
- agp: '7.1.2'
70+
jdk: '11'
71+
- agp: '8.1.0'
72+
jdk: '17'
6773
steps:
6874
- uses: actions/checkout@v3
6975
- uses: ./.github/actions/artifact-android-local-tests
7076
with:
7177
agp: '${{ matrix.agp }}'
78+
jdk: '${{ matrix.jdk }}'
7279
publish-artifacts:
7380
name: 'Publish Artifact'
7481
needs: [bazel-test, artifact-java-local-tests, artifact-android-local-tests, test-gradle-plugin]

0 commit comments

Comments
 (0)