create_summary_websites.sh: write csv files also for versions 8.3, 8.4 and 8.5

This commit is contained in:
2026-02-02 21:44:38 +01:00
parent 0ed02c6184
commit 9b3adbdeda

View File

@@ -1194,6 +1194,9 @@ cat $_tmp_filename_php_74 | sort >> $filename_php_74
cat $_tmp_filename_php_80 | sort >> $filename_php_80
cat $_tmp_filename_php_81 | sort >> $filename_php_81
cat $_tmp_filename_php_82 | sort >> $filename_php_82
cat $_tmp_filename_php_83 | sort >> $filename_php_83
cat $_tmp_filename_php_84 | sort >> $filename_php_84
cat $_tmp_filename_php_85 | sort >> $filename_php_85
cat $_tmp_filename_not_considered | sort >> $filename_not_considered
cat $_tmp_filename_no_php_assigned | sort >> $filename_no_php_assigned