Skip to content

Commit 673da06

Browse files
committed
expand the build matrices and hope for the best
1 parent a82e247 commit 673da06

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
unity-version: [ "2022.3.9" ]
16+
unity-version: [ "2022.3.9", "2022.3.62" ]
1717
transport-version: [ "1.0.0", "2.2.1" ]
1818
include:
1919
- unity-version: "2022.3.9"
2020
unity-version-revision: "f1"
21+
include:
22+
- unity-version: "2022.3.62"
23+
unity-version-revision: "f2"
2124
steps:
2225
- name: Fetch Sources
2326
uses: actions/checkout@v4
@@ -77,8 +80,8 @@ jobs:
7780
strategy:
7881
fail-fast: false
7982
matrix:
80-
unity-version: [ "2022.3.9" ]
81-
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1" ]
83+
unity-version: [ "2022.3.9", "2022.3.62" ]
84+
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.9.1", "1.10.0", "1.11.0", "1.12.0", "1.12.1", "1.12.2"]
8285
transport-version: [ "1.0.0", "2.2.1" ]
8386
native-collection-support: [ true, false ]
8487
steps:

.github/workflows/publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
unity-version: [ "2022.3.9" ]
13+
unity-version: [ "2022.3.9", "2022.3.62" ]
1414
transport-version: [ "1.0.0", "2.2.1" ]
1515
include:
1616
- unity-version: "2022.3.9"
1717
unity-version-revision: "f1"
18+
include:
19+
- unity-version: "2022.3.62"
20+
unity-version-revision: "f2"
1821
steps:
1922
- name: Fetch Sources
2023
uses: actions/checkout@v4
@@ -74,8 +77,8 @@ jobs:
7477
strategy:
7578
fail-fast: false
7679
matrix:
77-
unity-version: [ "2022.3.9" ]
78-
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1" ]
80+
unity-version: [ "2022.3.9", "2022.3.62" ]
81+
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.9.1", "1.10.0", "1.11.0", "1.12.0", "1.12.1", "1.12.2" ]
7982
transport-version: [ "1.0.0", "2.2.1" ]
8083
native-collection-support: [ true, false ]
8184
steps:

0 commit comments

Comments
 (0)