ci: update PHP versions
[m6w6/ext-apfd] / scripts / gen_github_workflow_ci.php
index fd99ee3a5e6f51ed78aa43d00d4b3430cdf0b130..1212e0fe0be9ba12d99868b91bc6b0e72652fedb 100755 (executable)
@@ -10,14 +10,14 @@ on:
 jobs:
 <?php
 
-$cur = "8.0";
+$cur = "8.2";
 $gen = include __DIR__ . "/ci/gen-matrix.php";
 $job = $gen->github([
 "old-matrix" => [
-       "PHP" => ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4"],
+       "PHP" => ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"],
        "enable_debug" => "yes",
        "enable_maintainer_zts" => "yes",
-], 
+],
 "master" => [
        "PHP" => "master",
        "enable_debug" => "yes",