Skip to content

Commit

Permalink
PHP: upgrade vercel-php
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Apr 16, 2024
1 parent ef3a145 commit 28a3c19
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion php-7.4/vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"functions": {
"api/index.php": {
"runtime": "[email protected].5"
"runtime": "[email protected].6"
}
},
"routes": [
Expand Down
2 changes: 1 addition & 1 deletion php-8.0/vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"functions": {
"api/index.php": {
"runtime": "[email protected].3"
"runtime": "[email protected].4"
}
},
"routes": [
Expand Down
2 changes: 1 addition & 1 deletion php-8.1/vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"functions": {
"api/index.php": {
"runtime": "[email protected].4"
"runtime": "[email protected].5"
}
},
"routes": [
Expand Down
2 changes: 1 addition & 1 deletion php-8.2/vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"functions": {
"api/index.php": {
"runtime": "[email protected].1"
"runtime": "[email protected].2"
}
},
"routes": [
Expand Down
2 changes: 1 addition & 1 deletion php-8.3/vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"functions": {
"api/index.php": {
"runtime": "[email protected].0"
"runtime": "[email protected].1"
}
},
"routes": [
Expand Down

0 comments on commit 28a3c19

Please sign in to comment.