Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 55f2810

Browse files
committed
PHP 8.2 + Splade version bump
1 parent 1e5dca1 commit 55f2810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.1, 8.0]
12+
php: [8.2, 8.1, 8.0]
1313
laravel: [9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

src/Console/InstallsSpladeStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protected function installSpladeStack()
2424
// NPM Packages...
2525
$this->updateNodePackages(function ($packages) {
2626
return [
27-
'@protonemedia/laravel-splade' => '^1.0.0',
27+
'@protonemedia/laravel-splade' => '^1.1.0',
2828
'@tailwindcss/forms' => '^0.5.2',
2929
'@tailwindcss/typography' => '^0.5.2',
3030
'@vitejs/plugin-vue' => '^3.0.0',

0 commit comments

Comments
 (0)