Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung committed Aug 2, 2024
1 parent bbeabd2 commit 8d66bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ much difference compared to the `codeigniter3-skeleton` package.

## 💯 Vercel PHP Runtime Versions

- `[email protected]` - Node 18.x / PHP 8.2.x (https://example-php-8-3.vercel.app)
- `[email protected]` - Node 18.x / PHP 8.3.x (https://example-php-8-3.vercel.app)
- `[email protected]` - Node 18.x / PHP 8.2.x (https://example-php-8-2.vercel.app)
- `[email protected]` - Node 18.x / PHP 8.1.x (https://example-php-8-1.vercel.app)
- `[email protected]` - Node 18.x / PHP 8.0.x (https://example-php-8-0.vercel.app)
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"framework": null,
"functions": {
"api/**/*.php": {
"runtime": "vercel-php@0.6.2"
"runtime": "vercel-php@0.7.1"
}
},
"outputDirectory": "public",
Expand Down

0 comments on commit 8d66bdb

Please sign in to comment.