Skip to content

Commit

Permalink
try to handle multiple versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintard committed Feb 22, 2024
1 parent db024fd commit 7e5c041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Quick test
on: [push]
jobs:
build:
strategy:
matrix:
version: ["73", "74", "60lts"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7e5c041

Please sign in to comment.