diff --git a/.github/workflows/ci-dockerfile.yml b/.github/workflows/ci-dockerfile.yml
index 4bc2247d..54ae151e 100644
--- a/.github/workflows/ci-dockerfile.yml
+++ b/.github/workflows/ci-dockerfile.yml
@@ -22,9 +22,9 @@ jobs:
runs-on: "ubuntu-22.04"
steps:
- - uses: "actions/checkout@v4"
+ - uses: "actions/checkout@v5"
- name: "Lint Dockerfile"
- uses: "hadolint/hadolint-action@v3.1.0"
+ uses: "hadolint/hadolint-action@v3.2.0"
with:
dockerfile: ".docker/validate-against-schema/Dockerfile"
diff --git a/.github/workflows/ci-shell-scripts.yml b/.github/workflows/ci-shell-scripts.yml
index 58652872..7079c79f 100644
--- a/.github/workflows/ci-shell-scripts.yml
+++ b/.github/workflows/ci-shell-scripts.yml
@@ -24,7 +24,7 @@ jobs:
steps:
- name: "Checkout"
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
- name: "Lint shell scripts with ShellCheck"
uses: "ludeeus/action-shellcheck@2.0.0"
diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index 047cb9d8..962698a4 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -11,39 +11,6 @@ on:
- cron: "0 17 * * *"
jobs:
- coding-standards:
- name: "Coding Standards"
-
- runs-on: "ubuntu-22.04"
-
- strategy:
- matrix:
- php-version:
- - "7.4"
-
- steps:
- - name: "Checkout"
- uses: "actions/checkout@v4"
-
- - name: "Install PHP"
- uses: "shivammathur/setup-php@v2"
- with:
- coverage: "none"
- php-version: "${{ matrix.php-version }}"
-
- - name: "Cache dependencies installed with composer"
- uses: "actions/cache@v4"
- with:
- path: "~/.composer/cache"
- key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.json') }}"
- restore-keys: "php-${{ matrix.php-version }}-composer-"
-
- - name: "Install dependencies with composer"
- run: "composer update --no-interaction --no-progress --no-suggest"
-
- - name: "Run squizlabs/php_codesniffer"
- run: "vendor/bin/phpcs"
-
validate-against-schema:
name: "Validate against schema"
@@ -56,7 +23,7 @@ jobs:
steps:
- name: "Checkout"
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
@@ -100,7 +67,7 @@ jobs:
steps:
- name: "Checkout"
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
@@ -139,7 +106,7 @@ jobs:
steps:
- name: "Checkout"
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
diff --git a/.github/workflows/release-on-milestone-closed.yml b/.github/workflows/release-on-milestone-closed.yml
index c0bfaa86..951002cd 100644
--- a/.github/workflows/release-on-milestone-closed.yml
+++ b/.github/workflows/release-on-milestone-closed.yml
@@ -8,7 +8,7 @@ on:
jobs:
release:
name: "Git tag, release & create merge-up PR"
- uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@7.2.2"
+ uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@7.3.0"
secrets:
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
diff --git a/.github/workflows/website-schema.yml b/.github/workflows/website-schema.yml
index e51b4a58..3b30ece5 100644
--- a/.github/workflows/website-schema.yml
+++ b/.github/workflows/website-schema.yml
@@ -18,4 +18,4 @@ on:
jobs:
json-validate:
name: "Validate JSON schema"
- uses: "doctrine/.github/.github/workflows/website-schema.yml@7.2.2"
+ uses: "doctrine/.github/.github/workflows/website-schema.yml@7.3.0"
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index fc83e6ae..ab53ec1b 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"
>
- Check the code of the sniffs in doctrine/coding-standards.
+ Used by the binaries inside bin/
@@ -17,6 +17,4 @@
-
- lib