@@ -29,23 +29,23 @@ jobs:
2929 fail-fast : false # Don't cancel all jobs if one fails.
3030 matrix :
3131 include :
32- - name : 8.1 Optimized
33- version : " 8.1.14 "
34- version-short : " 8.1 "
32+ - name : 8.2 Optimized
33+ version : " 8.2.2 "
34+ version-short : " 8.2 "
3535 command : composer test && composer test_c
36- - name : 8.1 Debug
37- version : 8.1.14 -dbg
38- version-short : " 8.1 "
36+ - name : 8.2 Debug
37+ version : 8.2.2 -dbg
38+ version-short : " 8.2 "
3939 command : composer test && composer test_c
40- - name : 8.1 Memory Leak
41- version : 8.1.14 -dbg
42- version-short : " 8.1 "
40+ - name : 8.2 Memory Leak
41+ version : 8.2.2 -dbg
42+ version-short : " 8.2 "
4343 # Run specialized memory leak & multirequest tests.
4444 command : composer test_c && tests/multirequest.sh && tests/memory_leak_test.sh
4545 continuous-only : true
46- - name : 8.1 Valgrind
47- version : 8.1.14 -dbg
48- version-short : " 8.1 "
46+ - name : 8.2 Valgrind
47+ version : 8.2.2 -dbg
48+ version-short : " 8.2 "
4949 command : composer test_valgrind
5050 continuous-only : true
5151 - name : 8.3 Optimized
6565 if : ${{ !matrix.continuous-only || inputs.continuous-run }}
6666 uses : protocolbuffers/protobuf-ci/bazel-docker@v5
6767 with :
68- image : us-docker.pkg.dev/protobuf-build/containers/test/linux/php:8.0.1-${{ matrix.version }}-b77fdae6d4771789dfc66a56bf8d806354e8011a
68+ image : us-docker.pkg.dev/protobuf-build/containers/test/linux/php:8.0.1-${{ matrix.version }}-9626718698895971df3953d4aa2321d7425f3c5f
6969 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
7070 bazel-cache : php_linux/${{ matrix.version }}
7171 bash : |
8383 strategy :
8484 fail-fast : false # Don't cancel all jobs if one fails.
8585 matrix :
86- version : ['8.1 ']
86+ version : ['8.2 ']
8787 suffix : [ '', '-zts']
8888 test : ['test', 'test_c']
8989 exclude :
@@ -102,7 +102,7 @@ jobs:
102102 name : ${{ matrix.continuous-only && inputs.continuous-prefix || '' }} Linux 32-bit ${{ matrix.version}}${{ matrix.suffix_name }}${{ matrix.test_name }}
103103 runs-on : ubuntu-22-4core
104104 env :
105- image : us-docker.pkg.dev/protobuf-build/containers/test/linux/32bit@sha256:429f924aec315704b4233adcbe4b29006116f27769db98acd176b9eb69c31299
105+ image : us-docker.pkg.dev/protobuf-build/containers/test/linux/32bit@sha256:133077411f272f05164d49d36d51491bdf2915aaa7d4103caa1c9b370b11d29e
106106 steps :
107107 - name : Checkout pending changes
108108 if : ${{ !matrix.continuous-only || inputs.continuous-run }}
0 commit comments