From 0c8a6956ea46cd90b3e65b93e80e9addfa389d40 Mon Sep 17 00:00:00 2001 From: Eric Berseth Date: Mon, 23 Sep 2024 16:52:28 -0700 Subject: [PATCH] Compile for 3.x for automatic builds --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f5ee32f..19c7368 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -6,7 +6,7 @@ jobs: compile: strategy: matrix: - device-os-version: [ '4.x', '5.x' ] + device-os-version: [ '3.x', '4.x', '5.x' ] runs-on: ubuntu-latest steps: - name: Checkout code