Skip to content

Commit

Permalink
Add 6.x builds and bump GitHub actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Berseth committed Feb 3, 2025
1 parent b77d55e commit b8133ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
compile:
strategy:
matrix:
device-os-version: [ '4.x', '5.x' ]
device-os-version: [ '4.x', '5.x', '6.x' ]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -22,7 +22,7 @@ jobs:
device-os-version: '${{ matrix.device-os-version }}'

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: monitoredge-artifacts-${{ matrix.device-os-version }}
path: |
Expand Down

0 comments on commit b8133ec

Please sign in to comment.