Skip to content

Commit

Permalink
Try a matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Nov 15, 2023
1 parent 874b206 commit 0f2625e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
image: [ "ubuntu:latest", "ubuntu:22.04", "archlinux:latest" ]

container:
image: ${{ matrix.image }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 0f2625e

Please sign in to comment.