@@ -16,14 +16,16 @@ jobs:
1616 container_image :
1717 - quay.io/centos/centos:stream9
1818 - quay.io/centos/centos:stream10
19- - registry.fedoraproject.org/fedora:40
20- - registry.fedoraproject.org/fedora:41
19+ - registry.fedoraproject.org/fedora:42
20+ - registry.fedoraproject.org/fedora:43
2121 - registry.fedoraproject.org/fedora:rawhide
2222 - registry.access.redhat.com/ubi8
2323 - registry.access.redhat.com/ubi9
24+ - registry.access.redhat.com/ubi10
2425 dotnet_version :
2526 - " 8.0"
2627 - " 9.0"
28+ - " 10.0"
2729
2830 container :
2931 image : ${{ matrix.container_image }}
3941 dotnet-sdk-dbg-${{ matrix.dotnet_version }} \
4042 dotnet-runtime-dbg-${{ matrix.dotnet_version }} \
4143 aspnetcore-runtime-dbg-${{ matrix.dotnet_version }}
42- if [[ ${{ matrix.dotnet_version }} == 9 .* ]]; then
44+ if [[ ${{ matrix.dotnet_version }} != 8 .* ]]; then
4345 dnf install -y dotnet-sdk-aot-${{ matrix.dotnet_version }}
4446 fi
4547
@@ -78,14 +80,16 @@ jobs:
7880 container_image :
7981 - quay.io/centos/centos:stream9
8082 - quay.io/centos/centos:stream10
81- - registry.fedoraproject.org/fedora:40
82- - registry.fedoraproject.org/fedora:41
83+ - registry.fedoraproject.org/fedora:42
84+ - registry.fedoraproject.org/fedora:43
8385 - registry.fedoraproject.org/fedora:rawhide
8486 - registry.access.redhat.com/ubi8
8587 - registry.access.redhat.com/ubi9
88+ - registry.access.redhat.com/ubi10
8689 dotnet_version :
8790 - " 8.0"
8891 - " 9.0"
92+ - " 10.0"
8993
9094 container :
9195 image : ${{ matrix.container_image }}
@@ -101,7 +105,7 @@ jobs:
101105 dotnet-sdk-dbg-${{ matrix.dotnet_version }} \
102106 dotnet-runtime-dbg-${{ matrix.dotnet_version }} \
103107 aspnetcore-runtime-dbg-${{ matrix.dotnet_version }}
104- if [[ ${{ matrix.dotnet_version }} == 9 .* ]]; then
108+ if [[ ${{ matrix.dotnet_version }} != 8 .* ]]; then
105109 dnf install -y dotnet-sdk-aot-${{ matrix.dotnet_version }}
106110 fi
107111
@@ -146,4 +150,7 @@ jobs:
146150 if : ${{ always() }}
147151 run : |
148152 set -euo pipefail
153+ cat cpuinfo meminfo os-release
154+ cat uname
155+ cat packages
149156 find -iname '*.log' -exec echo {} \; -exec cat {} \;
0 commit comments