aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 51 forks source link

Remove php 8.1 and 8.2 from the LORIS tests to keep only test on PHP 8.3 #1175

Closed cmadjar closed 2 months ago

cmadjar commented 2 months ago

Description

We should probably just be testing the latest PHP version tested by LORIS in the LORIS-MRI testing. This PR removes call to PHP 8.1 and 8.2 in the testing and keeps only tests for PHP 8.3.

laemtl commented 2 months ago

@MaximeMulder What about if we want to add another PHP version later? Would it be easier to keep it?