Skip to content

Commit

Permalink
ci: added matrix to run test-build for linux AND windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Apr 6, 2024
1 parent 3947201 commit f705745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ on:
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest

strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
lua_version: [ '5.1', '5.2', '5.3', '5.4', 'luajit' ]
runs-on: ${{ matrix.os }}

steps:
- name: Checkout
Expand Down

0 comments on commit f705745

Please sign in to comment.