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