Skip to content

Commit

Permalink
Update CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Dec 10, 2022
1 parent 9e6b111 commit feec42e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -28,16 +28,16 @@ jobs:
php-version: "7.4"
php-extensions: "redis-5.3.0"
- symfony-require: "4.4.*"
php-version: "8.0"
php-version: "8.1"
php-extensions: "redis"
- symfony-require: "5.4.*"
php-version: "8.0"
php-extensions: "redis"
- symfony-require: "6.1.*"
php-version: "8.1"
php-version: "8.2"
php-extensions: "redis"
- symfony-require: "6.2.*"
php-version: "8.1"
php-version: "8.2"
php-extensions: "redis"
- symfony-require: "6.3.*"
php-version: "8.2"
php-extensions: "redis-phpredis/phpredis@develop"

steps:
Expand Down

0 comments on commit feec42e

Please sign in to comment.