Skip to content

Commit

Permalink
update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
reececomo committed Apr 27, 2024
1 parent 317dd89 commit ce92fce
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 413 deletions.
30 changes: 21 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,29 @@ jobs:
include:
# https://pixijs.com/versions

- label: v6
pixi-version: 6.5.10
typescript-version: 4.2.3
- label: v6.3
pixi-version: '6.3.2'
typescript-version: '4.9.5'

- label: v7
pixi-version: 7.4.2
typescript-version: 5.4.5
- label: v6.x
pixi-version: '6.x.x'
typescript-version: '4.9.5'

- label: v8
pixi-version: 8.1.0
typescript-version: 5.4.5
- label: v7.0
pixi-version: '7.0.0'
typescript-version: '4.9.5'

- label: v7.x
pixi-version: '7.x.x'
typescript-version: '5.4.5'

- label: v8.0
pixi-version: '8.0.0'
typescript-version: '5.4.5'

- label: v8.x
pixi-version: '8.x.x'
typescript-version: '5.4.5'

name: pixi.js ${{ matrix.label }} (@v${{ matrix.pixi-version }})
steps:
Expand Down
Loading

0 comments on commit ce92fce

Please sign in to comment.