Update Actions PHP versions

This commit is contained in:
Dylan K. Taylor
2023-01-20 01:13:15 +00:00
parent 441919c5e3
commit 65ef929d22
2 changed files with 7 additions and 6 deletions

View File

@ -23,7 +23,8 @@ declare(strict_types=1);
const VERSIONS = [
"8.0",
"8.1"
"8.1",
"8.2"
];
$workflowFile = file_get_contents(__DIR__ . '/main.yml');