Skip to content

Commit 2399a35

Browse files
committed
Disable semantic versioning evaluation
The server it relies on is currently down and cannot be depended on for the foreseeable future.
1 parent 8c11fb3 commit 2399a35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Submit code coverage
4444
uses: codecov/codecov-action@v2
4545

46-
- name: Evaluate semantic versioning
47-
run: |
48-
wget http://psvcg.coreteks.org/php-semver-checker-git.phar
49-
php php-semver-checker-git.phar suggest -vvv
46+
#- name: Evaluate semantic versioning
47+
# run: |
48+
# wget http://psvcg.coreteks.org/php-semver-checker-git.phar
49+
# php php-semver-checker-git.phar suggest -vvv

0 commit comments

Comments
 (0)