Skip to content

Commit

Permalink
add php84 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura authored and DanielBadura committed Oct 13, 2024
1 parent 502a8b4 commit 8b0ac76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"doctrine/dbal": "^4.0.0",
"doctrine/migrations": "^3.3.2",
"patchlevel/hydrator": "^1.5.0",
Expand Down

0 comments on commit 8b0ac76

Please sign in to comment.