From a38b73efa14e329ab0af8fa837bd984a65a54f73 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Wed, 14 Aug 2024 12:15:57 +0200 Subject: [PATCH] Increase test matrix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7a951e8..d2b40e8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - EMULATOR_API: [23, 25, 29] + EMULATOR_API: [23, 25, 29, 31, 34] steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4