Skip to content

Commit 1efb63a

Browse files
committed
(maint) Add debian 13 to acceptance testing.
Since debian-13 is not released yet, we need to provide image_version information so that the tooling can locate an image. 'daily-latest' will track the latest daily Debian 13 image build.
1 parent 6f301c5 commit 1efb63a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/acceptance.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- [debian, '10']
5959
- [debian, '11']
6060
- [debian, '12']
61+
- [debian, '13', 'amd64', 'daily-latest']
6162
steps:
6263
- uses: actions/checkout@v4
6364
with:
@@ -67,7 +68,8 @@ jobs:
6768
with:
6869
os: ${{ matrix.os[0] }}
6970
os-version: ${{ matrix.os[1] }}
70-
os-arch: x86_64
71+
os-arch: ${{ matrix.os[2] || 'x86_64' }}
72+
image_version: ${{ matrix.os[3] }}
7173
host-root-access: true
7274
ruby-version: ${{ env.RUBY_VERSION }}
7375
install-openvox: true

0 commit comments

Comments
 (0)