Environment:
- PHP 8.4
- Symfony 8.0
- Panther 2.4
- Docker Image: php:8.4-cli-alpine3.23
My tests are failing on alpine3.23 and working fine on on alpine3.22, any idea why?
Failing on:
- php:8.4-fpm-alpine3.23
- php:8.4-cli-alpine3.23
Working on:
- php:8.4-fpm-alpine3.22
- php:8.4-cli-alpine3.22
All the other tests are passing, just the ones using Panther started to fail.
Environment:
My tests are failing on alpine3.23 and working fine on on alpine3.22, any idea why?
Failing on:
Working on:
All the other tests are passing, just the ones using Panther started to fail.