Skip to content

Commit 3fe67ac

Browse files
committed
chore: bump mssql image to 2025
1 parent fc44bb3 commit 3fe67ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 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

.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)