Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ext-redis v6.0 #79

Merged
merged 5 commits into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. qa: add support for ext-redis v6.0

    Signed-off-by: Maximilian Bösing <[email protected]>
    boesing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8db521d View commit details
    Browse the repository at this point in the history
  2. qa: use option constants from Redis

    With v6.0.0, options were dropped from `RedisCluster` and therefore we have to switch to `Redis` constants
    
    Signed-off-by: Maximilian Bösing <[email protected]>
    boesing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a57f984 View commit details
    Browse the repository at this point in the history
  3. qa: drop support for ext-redis v4

    The latest version in v4 was 4.3.0 which is only installable with >5.3.0 <= 7.9.99
    
    Signed-off-by: Maximilian Bösing <[email protected]>
    boesing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fc07565 View commit details
    Browse the repository at this point in the history
  4. qa: introduce CI checks on every supported PHP version with `ext-redi…

    …s` 5.3.7
    
    Signed-off-by: Maximilian Bösing <[email protected]>
    boesing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d2d4b12 View commit details
    Browse the repository at this point in the history
  5. qa: create mods-available extension file

    This allows the CI container to pick the already installed version.
    
    Signed-off-by: Maximilian Bösing <[email protected]>
    boesing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b498ff7 View commit details
    Browse the repository at this point in the history