Skip to content

Commit

Permalink
feat: add php8.4 images
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Dec 6, 2024
1 parent 34ed7fa commit d3e700a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function get_digest_of_image(string $imageName, string $tag): string {
return $digest;
}

$supportedVersions = ['8.1', '8.2', '8.3'];
$supportedVersions = ['8.1', '8.2', '8.3', '8.4'];
$disallowedVersions = ['8.2.20', '8.3.8'];
$rcVersions = [];

Expand Down

0 comments on commit d3e700a

Please sign in to comment.