Skip to content

Commit 2236045

Browse files
committed
Add support for PHP 8.2 (8.2.0alpha2).
1 parent d37d6e6 commit 2236045

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ Available PHP versions and environments are:
103103
* `env-php80`, `env-php80-nts`
104104
* `php81`, `php81-nts`
105105
* `env-php81`, `env-php81-nts`
106+
* `php82`, `php82-nts`
107+
* `env-php82`, `env-php82-nts`
106108

107109
This package also provide development environments with some tools:
108110

Diff for: flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: flake.nix

+5
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@
163163
php = pkgs.php81;
164164
withExtensions = defaultExtensions ++ requiredExts;
165165
};
166+
167+
php82 = {
168+
php = phps.php82;
169+
withExtensions = defaultExtensions ++ requiredExts;
170+
};
166171
};
167172

168173
# Build PHP NTS.

0 commit comments

Comments
 (0)