Skip to content

Commit

Permalink
update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
reececomo committed Apr 27, 2024
1 parent 2cc1f8e commit 6ff069b
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 453 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,23 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pixijs-package:
- [email protected]
- [email protected]
- [email protected]
include:
- label: PixiJS v6
package: [email protected]

- label: PixiJS v7
package: [email protected]

- label: PixiJS v8
package: [email protected]

name: Test @ ${{ matrix.label }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
- name: Use ${{ matrix.pixijs-package }}
run: npm install ${{ matrix.pixijs-package }}
- name: Use ${{ matrix.package }}
run: npm install ${{ matrix.package }}
- run: npm run test
Loading

0 comments on commit 6ff069b

Please sign in to comment.