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 aacb554
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:

jobs:
build:
strategy:
matrix:
image: [ "ubuntu:latest", "ubuntu:22.04", "archlinux:latest" ]
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit aacb554

Please sign in to comment.