Skip to content

Commit

Permalink
Reinstate ignore platform reqs for 8.1. Some dev dependencies still m…
Browse files Browse the repository at this point in the history
…issing 8.1 support.

Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jul 23, 2022
1 parent 68c8fb7 commit 128d924
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.seeds = 'cluster[]=redis-cluster:6379&cluster[]=redis-cluster:6380&cluster[]=redis-cluster:6381&cluster[]=redis-cluster:6382&cluster[]=redis-cluster:6383&cluster[]=redis-cluster:6384'",
"redis.clusters.timeout = 'cluster=5'",
"redis.clusters.read_timeout = 'cluster=10'"
]
],
"ignore_php_platform_requirements": {
"8.1": true
}
}

0 comments on commit 128d924

Please sign in to comment.