-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #175 from tighten/mes/php-versions
Add supported PHP versions
- Loading branch information
Showing
9 changed files
with
224 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
database/migrations/2023_08_25_202719_add_supported_php_to_laravel_versions_table.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?php | ||
|
||
use Illuminate\Database\Migrations\Migration; | ||
use Illuminate\Database\Schema\Blueprint; | ||
use Illuminate\Support\Facades\Schema; | ||
|
||
return new class extends Migration | ||
{ | ||
public function up(): void | ||
{ | ||
Schema::table('laravel_versions', function (Blueprint $table) { | ||
$table->string('supported_php')->nullable(); | ||
}); | ||
} | ||
|
||
public function down(): void | ||
{ | ||
Schema::table('laravel_versions', function (Blueprint $table) { | ||
$table->dropColumn('supported_php'); | ||
}); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
[ | ||
{ | ||
"release": "10", | ||
"ends_bugfixes_at": "2024-08-07", | ||
"ends_securityfixes_at": "2025-02-07", | ||
"supported_php": "8.1, 8.2, (8.3)" | ||
}, | ||
{ | ||
"release": "9", | ||
"ends_bugfixes_at": "2023-08-08", | ||
"ends_securityfixes_at": "2024-02-08", | ||
"supported_php": "8.0, 8.1, 8.2, (8.3)" | ||
}, | ||
{ | ||
"release": "8", | ||
"ends_bugfixes_at": "2022-07-26", | ||
"ends_securityfixes_at": "2023-01-24", | ||
"supported_php": "7.3, 7.4, 8.0" | ||
}, | ||
{ | ||
"release": "7", | ||
"ends_bugfixes_at": "2020-10-06", | ||
"ends_securityfixes_at": "2021-03-03", | ||
"supported_php": "7.2, 7.3, 7.4, 8.0" | ||
}, | ||
{ | ||
"release": "6", | ||
"ends_bugfixes_at": "2021-09-07", | ||
"ends_securityfixes_at": "2022-09-06", | ||
"supported_php": "7.2, 7.3, 7.4" | ||
}, | ||
{ | ||
"release": "5.8", | ||
"ends_bugfixes_at": "2019-08-26", | ||
"ends_securityfixes_at": "2020-02-26", | ||
"supported_php": "7.1, 7.2, 7.3, 7.4?" | ||
}, | ||
{ | ||
"release": "5.7", | ||
"ends_bugfixes_at": "2019-03-04", | ||
"ends_securityfixes_at": "2019-09-04", | ||
"supported_php": "7.1, 7.2, 7.3, 7.4?" | ||
}, | ||
{ | ||
"release": "5.6", | ||
"ends_bugfixes_at": "2018-08-07", | ||
"ends_securityfixes_at": "2019-02-07", | ||
"supported_php": "7.1, 7.2, 7.3, 7.4?" | ||
}, | ||
{ | ||
"release": "5.5", | ||
"ends_bugfixes_at": "2019-08-30", | ||
"ends_securityfixes_at": "2020-08-30", | ||
"supported_php": "7.0, 7.1, 7.2" | ||
}, | ||
{ | ||
"release": "5.4", | ||
"ends_bugfixes_at": "2017-07-24", | ||
"ends_securityfixes_at": "2018-01-24", | ||
"supported_php": "5.6, 7.0, 7.1" | ||
}, | ||
{ | ||
"release": "5.3", | ||
"ends_bugfixes_at": "2017-02-23", | ||
"ends_securityfixes_at": "2017-08-23", | ||
"supported_php": "5.6, 7.0" | ||
}, | ||
{ | ||
"release": "5.2", | ||
"ends_bugfixes_at": "2016-06-21", | ||
"ends_securityfixes_at": "2016-12-12", | ||
"supported_php": "5.5, 5.6, 7.0" | ||
}, | ||
{ | ||
"release": "5.1", | ||
"ends_bugfixes_at": "2017-06-09", | ||
"ends_securityfixes_at": "2018-06-09", | ||
"supported_php": "5.5, 5.6, 7.0?" | ||
}, | ||
{ | ||
"release": "5.0", | ||
"ends_bugfixes_at": "2015-08-04", | ||
"ends_securityfixes_at": "2016-02-04", | ||
"supported_php": "5.4, 5.5, 5.6" | ||
}, | ||
{ | ||
"release": "4.2", | ||
"ends_bugfixes_at": null, | ||
"ends_securityfixes_at": null, | ||
"supported_php": "" | ||
}, | ||
{ | ||
"release": "4.1", | ||
"ends_bugfixes_at": null, | ||
"ends_securityfixes_at": null, | ||
"supported_php": "" | ||
}, | ||
{ | ||
"release": "4.0", | ||
"ends_bugfixes_at": null, | ||
"ends_securityfixes_at": null, | ||
"supported_php": "" | ||
}, | ||
{ | ||
"release": "3.2", | ||
"ends_bugfixes_at": null, | ||
"ends_securityfixes_at": null, | ||
"supported_php": "" | ||
}, | ||
{ | ||
"release": "3.1", | ||
"ends_bugfixes_at": null, | ||
"ends_securityfixes_at": null, | ||
"supported_php": "" | ||
}, | ||
{ | ||
"release": "3.0", | ||
"ends_bugfixes_at": null, | ||
"ends_securityfixes_at": null, | ||
"supported_php": "" | ||
}, | ||
{ | ||
"release": "2.0", | ||
"ends_bugfixes_at": null, | ||
"ends_securityfixes_at": null, | ||
"supported_php": "" | ||
}, | ||
{ | ||
"release": "1.0", | ||
"ends_bugfixes_at": null, | ||
"ends_securityfixes_at": null, | ||
"supported_php": "" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters