Skip to content

Commit b0ba721

Browse files
authored
PHP 8.3 (#988)
* PHP 8.3 * readme.md
1 parent d523b64 commit b0ba721

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: 8.2
16+
php-version: 8.3
1717
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
1818
coverage: none
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ We'd like to thank these **amazing companies** for sponsoring us. If you are int
3535

3636
The following tools are required in order to start the installation.
3737

38-
- PHP 8.2
38+
- PHP 8.3
3939
- [Composer](https://getcomposer.org/download/)
4040
- [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
4141
- [Valet](https://laravel.com/docs/valet#installation)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"type": "project",
66
"require": {
7-
"php": "8.2.*",
7+
"php": "8.3.*",
88
"algolia/scout-extended": "^3.0",
99
"blade-ui-kit/blade-heroicons": "^2.1",
1010
"blade-ui-kit/blade-icons": "^1.5",

composer.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)