Skip to content

Commit cc64516

Browse files
committed
Build/Test Tools: Remove svn debug command.
SVN support has officially been sunset by GitHub. While SVN was not has not been utilized in GitHub Action workflows, the version of SVN being used has been output for debugging purposes. This removes those debug lines to prevent encountering failures as new versions of test runners are pushed out without `svn` installed. See https://github.blog/changelog/2024-01-08-subversion-has-been-sunset/. See #59805. git-svn-id: https://develop.svn.wordpress.org/trunk@57249 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 8b2ed2f commit cc64516

8 files changed

Lines changed: 0 additions & 8 deletions

.github/workflows/callable-test-core-build-process.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
node --version
5959
curl --version
6060
git --version
61-
svn --version
6261
6362
- name: Install npm Dependencies
6463
run: npm ci

.github/workflows/callable-test-gutenberg-build-process.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
node --version
7070
curl --version
7171
git --version
72-
svn --version
7372
7473
- name: Install Core Dependencies
7574
run: npm ci

.github/workflows/coding-standards.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ jobs:
162162
npm --version
163163
node --version
164164
git --version
165-
svn --version
166165
167166
- name: Install npm Dependencies
168167
run: npm ci

.github/workflows/end-to-end-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jobs:
8787
node --version
8888
curl --version
8989
git --version
90-
svn --version
9190
locale -a
9291
9392
- name: Install npm Dependencies

.github/workflows/javascript-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
npm --version
7878
node --version
7979
git --version
80-
svn --version
8180
8281
- name: Install npm Dependencies
8382
run: npm ci

.github/workflows/performance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
node --version
122122
curl --version
123123
git --version
124-
svn --version
125124
locale -a
126125
127126
- name: Install npm dependencies

.github/workflows/phpunit-tests-run.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ jobs:
124124
node --version
125125
curl --version
126126
git --version
127-
svn --version
128127
composer --version
129128
locale -a
130129

.github/workflows/test-coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ jobs:
117117
node --version
118118
curl --version
119119
git --version
120-
svn --version
121120
composer --version
122121
locale -a
123122

0 commit comments

Comments
 (0)