File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565jobs :
6666 tests :
6767 name : ${{ inputs.job-name }}
68- runs-on : ubuntu-22 .04
68+ runs-on : ubuntu-24 .04
6969
7070 # Service containers cannot be extracted to caller workflows yet
7171 services :
9797 --health-retries=3
9898
9999 mssql :
100- image : mcr.microsoft.com/mssql/server:2022 -latest
100+ image : mcr.microsoft.com/mssql/server:2025 -latest
101101 env :
102102 MSSQL_SA_PASSWORD : 1Secure*Password1
103103 ACCEPT_EULA : Y
@@ -148,7 +148,7 @@ jobs:
148148 if : ${{ contains(inputs.extra-extensions, 'imagick') }}
149149 run : |
150150 sudo apt-get update
151- sudo apt-get install --reinstall libgs9-common fonts-noto-mono libgs9:amd64 libijs-0.35:amd64 fonts-urw-base35 ghostscript poppler-data libjbig2dec0:amd64 libopenjp2-7:amd64 fonts-droid-fallback fonts-dejavu-core
151+ sudo apt-get install --reinstall fonts-noto-mono libijs-0.35:amd64 fonts-urw-base35 ghostscript poppler-data libjbig2dec0:amd64 libopenjp2-7:amd64 fonts-droid-fallback fonts-dejavu-core
152152 sudo apt-get install -y gsfonts libmagickwand-dev imagemagick
153153 sudo apt-get install --fix-broken
154154
Original file line number Diff line number Diff line change 4141 # in the caller workflow are not propagated to the called workflow.
4242 coverage-php-version :
4343 name : Setup PHP Version for Code Coverage
44- runs-on : ubuntu-22 .04
44+ runs-on : ubuntu-24 .04
4545 outputs :
4646 version : ${{ steps.coverage-php-version.outputs.version }}
4747 steps :
You can’t perform that action at this time.
0 commit comments