Skip to content

Commit

Permalink
Merge pull request #75 from phpDocumentor/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…hpDocumentor/dot-github-0.5.0

Bump phpDocumentor/.github from 0.3.0 to 0.5.0
  • Loading branch information
jaapio authored Apr 2, 2024
2 parents fdf2128 + 496dbb9 commit fba210e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

coding-standards:
name: "Coding Standards"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.3.0"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.5.0"
with:
composer-root-version: "2.x-dev"

Expand All @@ -31,14 +31,14 @@ jobs:

static-analysis:
name: "Static analysis"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.3.0"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0"
with:
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
composer-root-version: "2.x-dev"

unit-tests:
name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.3.0"
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.5.0"
with:
composer-root-version: "2.x-dev"
php-versions: "['7.4', '8.0', '8.1', '8.2']"

0 comments on commit fba210e

Please sign in to comment.