Skip to content

Commit 3ab9aef

Browse files
committed
Test with PHP 8.4
1 parent 4e26a72 commit 3ab9aef

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
php-version: "7.4"
2121
php-extensions: "redis-5.3.2"
2222
- symfony-require: "5.4.*"
23-
php-version: "8.2"
23+
php-version: "8.3"
2424
php-extensions: "redis"
2525
- symfony-require: "6.4.*"
26-
php-version: "8.2"
27-
php-extensions: "redis-phpredis/phpredis@develop"
28-
- symfony-require: "7.0.*"
2926
php-version: "8.3"
3027
php-extensions: "redis"
28+
- symfony-require: "7.*"
29+
php-version: "8.4"
30+
php-extensions: "redis-phpredis/phpredis@develop"
3131

3232
steps:
3333
- name: "Checkout"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"symfony/twig-bundle": "^5.4.20 ||^6.0 || ^7.0",
4949
"symfony/web-profiler-bundle": "^5.4.20 ||^6.0 || ^7.0",
5050
"symfony/yaml": "^5.4.20 ||^6.0 || ^7.0",
51-
"vimeo/psalm": "^5.2"
51+
"vimeo/psalm": "^5|^6"
5252
},
5353
"suggest": {
5454
"monolog/monolog": "If you want to use the monolog redis handler.",

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
config.allowUnfree = true;
1818
config.allowInsecurePredicate = pkg: pkgs.lib.getName pkg == "openssl";
1919
};
20-
php = pkgs.php83.buildEnv {
20+
php = pkgs.php84.buildEnv {
2121
extensions = (
2222
{
2323
all,
@@ -30,8 +30,8 @@
3030
src = pkgs.fetchFromGitHub {
3131
repo = "phpredis";
3232
owner = "phpredis";
33-
rev = "ff305349dba87ab857a8f28acbc3b22af5a271cc";
34-
sha256 = "sha256-vTuUoYATt2NEtkpztaHMEFVWvv9oEnJ5/ZI+FAbjqWo=";
33+
rev = "300c5fb218ebb55fb6eca4de91756a91e57912ea";
34+
sha256 = "sha256-ScUVyzd7GG33oNCXl1dqBd4m4xYK2fYHHbPNGu/Hl6c=";
3535
};
3636
}))
3737
# relay section https://relay.so/docs/1.x/installation#manual-installation

0 commit comments

Comments
 (0)