We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc44bb3 commit 3fe67acCopy full SHA for 3fe67ac
2 files changed
.github/workflows/reusable-phpunit-test.yml
@@ -65,7 +65,7 @@ env:
65
jobs:
66
tests:
67
name: ${{ inputs.job-name }}
68
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
69
70
# Service containers cannot be extracted to caller workflows yet
71
services:
@@ -97,7 +97,7 @@ jobs:
97
--health-retries=3
98
99
mssql:
100
- image: mcr.microsoft.com/mssql/server:2022-latest
+ image: mcr.microsoft.com/mssql/server:2025-latest
101
env:
102
MSSQL_SA_PASSWORD: 1Secure*Password1
103
ACCEPT_EULA: Y
.github/workflows/test-phpunit.yml
@@ -41,7 +41,7 @@ jobs:
41
# in the caller workflow are not propagated to the called workflow.
42
coverage-php-version:
43
name: Setup PHP Version for Code Coverage
44
45
outputs:
46
version: ${{ steps.coverage-php-version.outputs.version }}
47
steps:
0 commit comments