Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBM committed Nov 23, 2024
1 parent 17c8694 commit cb8db39
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/universalnrp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,22 @@ jobs:
]
TARGETS: |
[
{ "os": "centos", "version": "8" },
{ "os": "debian", "version": "10" },
{ "os": "debian", "version": "11" },
{ "os": "debian", "version": "12" },
{ "os": "mariner", "version": "2" },
{ "os": "oraclelinux", "version": "8" },
{ "os": "rhel", "version": "7" },
{ "os": "rhel", "version": "8" },
{ "os": "rhel", "version": "9" },
{ "os": "rockylinux", "version": "9" },
{ "os": "sles", "version": "15" },
{ "os": "ubuntu", "version": "20.04" },
{ "os": "ubuntu", "version": "22.04" }
]
# { "os": "centos", "version": "8" },
# { "os": "debian", "version": "10" },
# { "os": "debian", "version": "11" },
# { "os": "debian", "version": "12" },
# { "os": "mariner", "version": "2" },
# { "os": "oraclelinux", "version": "8" },
# { "os": "rhel", "version": "7" },
# { "os": "rhel", "version": "8" },
# { "os": "rhel", "version": "9" },
# { "os": "rockylinux", "version": "9" },
# { "os": "sles", "version": "15" },
# { "os": "ubuntu", "version": "20.04" },

# { "os": "almalinux", "version": "9" },
# { "os": "amazonlinux", "version": "2" },
# { "os": "centos", "version": "7" },
Expand Down

0 comments on commit cb8db39

Please sign in to comment.