Skip to content

Commit

Permalink
Refactor test-script.yml to include specific Ubuntu and Debian versio…
Browse files Browse the repository at this point in the history
…ns for testing
  • Loading branch information
bengo237 committed Sep 19, 2024
1 parent ef790b3 commit 384dafb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
include:
include:
- os: ubuntu
version: latest
version: latest
- os: ubuntu
version: jammy
version: jammy
- os: ubuntu
version: focal
version: focal
- os: ubuntu
version: noble
version: noble

- os: debian
version: latest
version: latest
- os: debian
version: buster
version: buster
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 384dafb

Please sign in to comment.