Skip to content

Commit

Permalink
run ext-redis 5.3.7 only until PHP <= 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Riehle <[email protected]>
  • Loading branch information
driehle committed Jan 22, 2025
1 parent 4fbab71 commit ad78af1
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,34 @@
{
"name": "Run tests on ext-redis 5.3.7",
"job": {
"php": "*",
"php": "8.1",
"dependencies": "locked",
"command": "REDIS_VERSION=5.3.7 vendor/bin/phpunit"
}
},
{
"name": "Run tests on ext-redis 5.3.7",
"job": {
"php": "8.2",
"dependencies": "locked",
"command": "REDIS_VERSION=5.3.7 vendor/bin/phpunit"
}
},
{
"name": "Run tests on ext-redis 5.3.7",
"job": {
"php": "8.3",
"dependencies": "locked",
"command": "REDIS_VERSION=5.3.7 vendor/bin/phpunit"
}
},
{
"name": "Run tests on ext-redis 6.1.0",
"job": {
"php": "*",
"dependencies": "locked",
"command": "REDIS_VERSION=6.1.0 vendor/bin/phpunit"
}
}
],
"ignore_php_platform_requirements": {
Expand Down

0 comments on commit ad78af1

Please sign in to comment.