Skip to content

Commit

Permalink
ci(apt): add os matrix with latest two ubuntu/debian versions
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed May 6, 2024
1 parent 4f542ea commit f31d4d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ concurrency:

jobs:
apt_installation:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, debian-12, debian-11]
runs-on: ${{ matrix.os }}
steps:
- name: Install eza via apt repo
run: |
Expand Down

0 comments on commit f31d4d0

Please sign in to comment.