Skip to content

Commit

Permalink
php84: init at 8.4.0beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Aug 23, 2024
1 parent 74b08cc commit 9f536c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
php:
- branch: '8.4'
- branch: '8.3'
- branch: '8.2'
- branch: '8.1'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The following versions are currently available:
- `php81`
- `php82`
- `php83`
- `php84`

There is also a `php` package which is the alias of the default PHP version in Nixpkgs.

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
};
in rec {
packages = {
inherit (pkgs) php php56 php70 php71 php72 php73 php74 php80 php81 php82 php83;
inherit (pkgs) php php56 php70 php71 php72 php73 php74 php80 php81 php82 php83 php84;
};

checks = import ./checks.nix {
Expand Down
4 changes: 4 additions & 0 deletions pkgs/phps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,8 @@ in
php83 = prev.php83.override {
inherit packageOverrides;
};

php84 = prev.php84.override {
inherit packageOverrides;
};
}

0 comments on commit 9f536c8

Please sign in to comment.