You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are building only with the versions of depencies in our composer.lock file while we accept a wider range version of libs in this package. After some discussion we decided that we should ajust the ci pipeline and extend the unittest matrix to check with multiple versions using something like the snippet below:
We will keep the composer.lock in this repo because it allows us to pin on certain versions for development. Which seems to be usefull for us at the moment.
We need to check if other buildsteps should also use this matrix, but for now we will start with the unittests.
The text was updated successfully, but these errors were encountered:
Currently, we are building only with the versions of depencies in our
composer.lock
file while we accept a wider range version of libs in this package. After some discussion we decided that we should ajust the ci pipeline and extend the unittest matrix to check with multiple versions using something like the snippet below:We will keep the
composer.lock
in this repo because it allows us to pin on certain versions for development. Which seems to be usefull for us at the moment.We need to check if other buildsteps should also use this matrix, but for now we will start with the unittests.
The text was updated successfully, but these errors were encountered: