actions: add trivial matrix example (#912)

Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/912
Reviewed-by: Gusted <gusted@noreply.code.forgejo.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-08-12 07:48:14 +00:00 committed by earl-warren
parent 47f50d3257
commit 15cfe2f55c
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,12 @@
on: [push]
jobs:
test:
runs-on: docker
name: name-${{ matrix.version }}
strategy:
matrix:
version: [1.18, 1.19]
steps:
- run: |
set -x
test "${{ matrix.version }}"