Skip to content

Commit

Permalink
add php84 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Jul 31, 2024
1 parent e61519c commit 45cf3b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
- dependencies: "locked"
php-version: "8.3"
operating-system: "windows-latest"
- dependencies: "highest"
php-version: "8.4"
operating-system: "ubuntu-latest"
composer-flags: "--ignore-platform-req=php+"
- dependencies: "highest"
php-version: "8.4"
operating-system: "windows-latest"
composer-options: "--ignore-platform-req=php+"

steps:
- name: "Checkout"
Expand All @@ -50,6 +58,7 @@ jobs:
- uses: ramsey/[email protected]
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: ${{ matrix.composer-options }}

- name: "Tests"
run: "vendor/bin/phpunit --testsuite=unit --coverage-clover=clover.xml --coverage-text"

0 comments on commit 45cf3b4

Please sign in to comment.