Skip to content

Commit e3731ec

Browse files
committed
Fixes
1 parent 6eb0c5e commit e3731ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PHPDocker/PhpExtension/AvailableExtensionsFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class AvailableExtensionsFactory
2929
private const string PHP_VERSION_81 = '8.1';
3030
private const string PHP_VERSION_82 = '8.2';
3131
private const string PHP_VERSION_83 = '8.3';
32+
private const string PHP_VERSION_84 = '8.4';
3233

3334
/**
3435
* Supported PHP versions
@@ -37,6 +38,7 @@ class AvailableExtensionsFactory
3738
self::PHP_VERSION_81 => Php81AvailableExtensions::class,
3839
self::PHP_VERSION_82 => Php82AvailableExtensions::class,
3940
self::PHP_VERSION_83 => Php83AvailableExtensions::class,
41+
self::PHP_VERSION_84 => Php84AvailableExtensions::class,
4042
];
4143

4244
/**

0 commit comments

Comments
 (0)