We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf52b5 commit 0c8a695Copy full SHA for 0c8a695
.github/workflows/compile.yml
@@ -6,7 +6,7 @@ jobs:
6
compile:
7
strategy:
8
matrix:
9
- device-os-version: [ '4.x', '5.x' ]
+ device-os-version: [ '3.x', '4.x', '5.x' ]
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
0 commit comments