Skip to content

Commit ff96a05

Browse files
committed
add some more netcode versions into the mix, they seem to build fine
1 parent a189c53 commit ff96a05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
unity-version: [ "2022.3.9", "2022.3.62" ]
17-
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.12.0", "1.12.1", "1.12.2"]
17+
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.12.0", "1.12.1", "1.12.2", "1.13.0", "1.13.1", "1.14.0", "1.14.1" ]
1818
transport-version: [ "1.0.0", "2.2.1" ]
1919
include:
2020
- unity-version: "2022.3.9"
@@ -82,7 +82,7 @@ jobs:
8282
fail-fast: false
8383
matrix:
8484
unity-version: [ "2022.3.9", "2022.3.62" ]
85-
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.12.0", "1.12.1", "1.12.2"]
85+
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.12.0", "1.12.1", "1.12.2", "1.13.0", "1.13.1", "1.14.0", "1.14.1" ]
8686
transport-version: [ "1.0.0", "2.2.1" ]
8787
native-collection-support: [ true, false ]
8888
steps:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
unity-version: [ "2022.3.9", "2022.3.62" ]
14-
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.12.0", "1.12.1", "1.12.2"]
14+
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.12.0", "1.12.1", "1.12.2", "1.13.0", "1.13.1", "1.14.0", "1.14.1" ]
1515
transport-version: [ "1.0.0", "2.2.1" ]
1616
include:
1717
- unity-version: "2022.3.9"
@@ -79,7 +79,7 @@ jobs:
7979
fail-fast: false
8080
matrix:
8181
unity-version: [ "2022.3.9", "2022.3.62" ]
82-
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.12.0", "1.12.1", "1.12.2" ]
82+
netcode-version: [ "1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.12.0", "1.12.1", "1.12.2", "1.13.0", "1.13.1", "1.14.0", "1.14.1" ]
8383
transport-version: [ "1.0.0", "2.2.1" ]
8484
native-collection-support: [ true, false ]
8585
steps:

0 commit comments

Comments
 (0)