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 54f8bb3 commit ef790b3
Showing 1 changed file with 14 additions and 40 deletions.
54 changes: 14 additions & 40 deletions .github/workflows/test-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,46 +8,20 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- os: centos
version: latest
- os: centos
version: 8
- os: centos
version: 7

- os: opensuse
version: latest
- os: opensuse
version: 15

- os: ubuntu
version: latest
- os: ubuntu
version: jammy
- os: ubuntu
version: focal
- os: ubuntu
version: noble

- os: debian
version: latest
- os: debian
version: buster

- os: alpine
version: latest
- os: alpine
version: edge
- os: alpine
version: 3

- os: fedora
version: latest
- os: fedora
version: 41
- os: fedora
version: 40
include:
- os: ubuntu
version: latest
- os: ubuntu
version: jammy
- os: ubuntu
version: focal
- os: ubuntu
version: noble

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

0 comments on commit ef790b3

Please sign in to comment.