Skip to content

Commit

Permalink
Merge pull request #210 from phpDocumentor/feature/php84
Browse files Browse the repository at this point in the history
build on php 8.4
  • Loading branch information
jaapio authored Nov 3, 2024
2 parents eee054a + 6222565 commit 1fb5ba8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:

coding-standards:
name: "Coding Standards"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.7"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.8"
with:
composer-root-version: "1.x-dev"

dependency-analysis:
name: "Dependency analysis"
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.7"
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.8"
with:
composer-root-version: "1.x-dev"

Expand All @@ -39,13 +39,14 @@ jobs:

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

unit-tests:
name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.7"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
with:
composer-root-version: "1.x-dev"
upcoming-releases: true

0 comments on commit 1fb5ba8

Please sign in to comment.