Skip to content

Commit

Permalink
chore: ignore platform requirements for PHP 8.4
Browse files Browse the repository at this point in the history
Since some of the dependencies are not yet officially ready for PHP 8.4, we could verify if this satellite is ready.

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Dec 9, 2024
1 parent 62996a7 commit 1553276
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"redis.clusters.timeout = 'cluster=5'",
"redis.clusters.read_timeout = 'cluster=10'"
],
"backwardCompatibilityCheck": true
"backwardCompatibilityCheck": true,
"ignore_php_platform_requirements": {
"8.4": true
}
}

0 comments on commit 1553276

Please sign in to comment.