Skip to content

Commit

Permalink
Test against php 8.3 and 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-petrov authored Oct 28, 2024
1 parent fba210e commit 45a564a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

0 comments on commit 45a564a

Please sign in to comment.