Skip to content

Commit d71d543

Browse files
committed
Build/Test Tools: Remove unnecessary docker branding
1 parent 63353b4 commit d71d543

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/local-docker-environment.yml renamed to .github/workflows/local-development-environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Local Docker Environment
1+
name: Local Development Environment
22

33
on:
44
push:
@@ -22,9 +22,9 @@ on:
2222
# These files define the versions to test.
2323
- '.version-support-*.json'
2424
# Changes to this and related workflow files should always be verified.
25-
- '.github/workflows/local-docker-environment.yml'
25+
- '.github/workflows/local-development-environment.yml'
2626
- '.github/workflows/reusable-support-json-reader-v1.yml'
27-
- '.github/workflows/reusable-test-docker-environment-v1.yml'
27+
- '.github/workflows/reusable-test-local-development-environment-v1.yml'
2828
pull_request:
2929
branches:
3030
- trunk
@@ -46,9 +46,9 @@ on:
4646
# These files define the versions to test.
4747
- '.version-support-*.json'
4848
# Changes to this and related workflow files should always be verified.
49-
- '.github/workflows/local-docker-environment.yml'
49+
- '.github/workflows/local-development-environment.yml'
5050
- '.github/workflows/reusable-support-json-reader-v1.yml'
51-
- '.github/workflows/reusable-test-docker-environment-v1.yml'
51+
- '.github/workflows/reusable-test-development-environment-v1.yml'
5252
workflow_dispatch:
5353

5454
# Cancels all previous workflow runs for pull requests that have not completed.
@@ -80,7 +80,7 @@ jobs:
8080
# Tests the local Docker environment.
8181
environment-tests-mysql:
8282
name: PHP ${{ matrix.php }}
83-
uses: ./.github/workflows/reusable-test-local-docker-environment-v1.yml
83+
uses: ./.github/workflows/reusable-test-local-development-environment-v1.yml
8484
permissions:
8585
contents: read
8686
needs: [ build-test-matrix ]

.github/workflows/reusable-test-local-docker-environment-v1.yml renamed to .github/workflows/reusable-test-local-development-environment-v1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ env:
5252
permissions: {}
5353

5454
jobs:
55-
# Tests the local Docker environment.
55+
# Tests the local development environment.
5656
#
5757
# Performs the following steps:
5858
# - Sets environment variables.
@@ -72,7 +72,7 @@ jobs:
7272
# - Tests the logs command.
7373
# - Tests the reset command.
7474
# - Ensures version-controlled files are not modified or deleted.
75-
local-docker-environment-tests:
75+
local-development-environment-tests:
7676
name: PHP ${{ inputs.php }} / ${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.memcached && ' with memcached' || '' }}${{ 'example.org' != inputs.tests-domain && format( ' {0}', inputs.tests-domain ) || '' }}
7777
permissions:
7878
contents: read

0 commit comments

Comments
 (0)