Update GitHub actions for multi distro testing

This commit is contained in:
VirtuBox
2022-09-09 11:50:58 +02:00
committed by GitHub
parent e9b29820d5
commit 03ac2c50da

View File

@@ -16,7 +16,10 @@ on:
jobs: jobs:
my_job: my_job:
name: test WordOps name: test WordOps
runs-on: ubuntu-18.04 runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-18.04, ubuntu-20.04]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2