10000 Bump to PHP 8.1 (#105) · jamesmorrison/paste.laravel.io@63f7711 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63f7711

Browse filesBrowse files
joedixondriesvints
andauthored
Bump to PHP 8.1 (laravelio#105)
* Update dependencies * Update action * Update README.md Co-authored-by: Dries Vints <dries.vints@gmail.com>
1 parent 349219f commit 63f7711

File tree

4 files changed

+662
-565
lines changed

4 files changed

+662
-565
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.0
16+
php-version: 8.1
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
@@ -19,7 +19,7 @@ This is the repository for [the Laravel.io pastebin](https://paste.laravel.io).
1919

2020
The following tools are required in order to start the installation.
2121

22-
- PHP >=8.0
22+
- PHP 8.1
2323
- [Composer](https://getcomposer.org/download/)
2424
- [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2525

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^8.0",
11+
"php": "8.1.*",
1212
"blade-ui-kit/blade-heroicons": "^0.3.1",
1313
"facade/ignition": "^2.5",
1414
"fideloper/proxy": "^4.4",
@@ -61,4 +61,4 @@
6161
"@php artisan key:generate --ansi"
6262
]
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)
0