3838 matrix :
3939 # See `INTERNAL.md` for an explanation of these pinned toolchain
4040 # versions.
41- toolchain : [ "msrv", "stable", "nightly", "zerocopy-aarch64-simd", "zerocopy-generic-bounds- in-const-fn" ]
41+ toolchain : [ "msrv", "stable", "nightly", "zerocopy-generic-bounds-in-const-fn", "zerocopy- aarch64-simd", "zerocopy-panic- in-const", ]
4242 target : [
4343 " i686-unknown-linux-gnu" ,
4444 " x86_64-unknown-linux-gnu" ,
@@ -59,10 +59,13 @@ jobs:
5959 features : " --all-features"
6060 - toolchain : " stable"
6161 features : " --all-features"
62+ - toolchain : " zerocopy-generic-bounds-in-const-fn"
63+ features : " --all-features"
6264 - toolchain : " zerocopy-aarch64-simd"
6365 features : " --all-features"
64- - toolchain : " zerocopy-generic-bounds- in-const-fn "
66+ - toolchain : " zerocopy-panic- in-const"
6567 features : " --all-features"
68+
6669 # Exclude any combination for the zerocopy-derive crate which
6770 # uses zerocopy features.
6871 - crate : " zerocopy-derive"
@@ -75,10 +78,12 @@ jobs:
7578 # other than "msrv", "stable", and "nightly". These other versions
7679 # exist to exercise zerocopy behavior which differs by toolchain;
7780 # zerocopy-derive doesn't behave different on these toolchains.
81+ - crate : " zerocopy-derive"
82+ toolchain : " zerocopy-generic-bounds-in-const-fn"
7883 - crate : " zerocopy-derive"
7984 toolchain : " zerocopy-aarch64-simd"
8085 - crate : " zerocopy-derive"
81- toolchain : " zerocopy-generic-bounds- in-const-fn "
86+ toolchain : " zerocopy-panic- in-const"
8287
8388 name : Build & Test (crate:${{ matrix.crate }}, toolchain:${{ matrix.toolchain }}, target:${{ matrix.target }}, features:${{ matrix.features }})
8489
0 commit comments