Skip to content

Commit d34553f

Browse files
committed
Merge branch '4.x' into 4.next-merge
2 parents 49eaf3f + facde4d commit d34553f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
testsuite-linux:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
strategy:
1818
fail-fast: false
1919
matrix:
@@ -98,7 +98,7 @@ jobs:
9898

9999
cs-stan:
100100
name: Coding Standard & Static Analysis
101-
runs-on: ubuntu-20.04
101+
runs-on: ubuntu-22.04
102102

103103
steps:
104104
- uses: actions/checkout@v3

docs.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generate the HTML output.
2-
FROM markstory/cakephp-docs-builder as builder
2+
FROM ghcr.io/cakephp/docs-builder as builder
33

44
RUN pip install git+https://github.com/sphinx-contrib/video.git@master
55

@@ -15,7 +15,7 @@ RUN cd /data/docs-builder \
1515
&& cp /data/docs/static/* /data/website/html/_static/
1616

1717
# Build a small nginx container with just the static site in it.
18-
FROM markstory/cakephp-docs-builder:runtime as runtime
18+
FROM ghcr.io/cakephp/docs-builder:runtime as runtime
1919

2020
# Configure search index script
2121
ENV LANGS="en fr ja pt"

tests/TestCase/DebugSqlTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ public function testSqlHtmlOnCli()
7777
<div class="cake-debug-output">
7878
<span><strong>%s</strong> (line <strong>%d</strong>)</span>
7979
<pre class="cake-debug">
80-
SELECT
81-
panels.id AS %s
82-
FROM
80+
SELECT
81+
panels.id AS %s
82+
FROM
8383
panels panels
8484
</pre>
8585
</div>

0 commit comments

Comments
 (0)