We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e943a15 commit 47f89afCopy full SHA for 47f89af
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,10 @@ env:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-22.04
+ runs-on: ${{matrix.os}}
11
+ strategy:
12
+ matrix:
13
+ os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
14
15
steps:
16
- uses: actions/checkout@v3
0 commit comments