Skip to content

Commit

Permalink
Compile for 3.x for automatic builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Sep 24, 2024
1 parent ddf52b5 commit 0c8a695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c8a695

Please sign in to comment.