Skip to content

Commit 806ff37

Browse files
committed
chore: bump mssql image to 2025
1 parent fc44bb3 commit 806ff37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/reusable-phpunit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ env:
6565
jobs:
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:
@@ -97,7 +97,7 @@ jobs:
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

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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:

0 commit comments

Comments
 (0)