Skip to content

Commit 3ec9983

Browse files
committed
squash! .github: actions: add testing for unrelesed ubuntu versions
.github: actions: add testing for unreleased ubuntu versions
1 parent 687b409 commit 3ec9983

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
- os: 25.04
13-
image_version: feature-github_actions
12+
os:
13+
- 25.04
14+
image_version: feature-github_actions
1415
container:
1516
image: ghcr.io/whitty/gh_ubuntu_${{ matrix.os }}:${{ matrix.image_version }}
1617

0 commit comments

Comments
 (0)