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

Commit b3958d6

Browse files
authored
PHP 8.2 (#137)
1 parent 8493a29 commit b3958d6

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/run-stub-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
php: [8.1, 8.0]
13+
php: [8.2, 8.1, 8.0]
1414
laravel: [9.*]
1515
dependency-version: [prefer-lowest, prefer-stable]
1616

.github/workflows/run-table-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.1, 8.0]
11+
php: [8.2, 8.1, 8.0]
1212
laravel: [9.*]
1313
db: [mysql, postgres, sqlite]
1414
ssr: [true, false]

.github/workflows/run-tests.yml

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

app/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"laravel/sanctum": "^2.14.1",
1717
"laravel/tinker": "^2.7",
1818
"maatwebsite/excel": "^3.1",
19+
"nesbot/carbon": "^2.63",
1920
"psr/simple-cache": "^2.0",
2021
"pusher/pusher-php-server": "^7.0,<7.2.0",
2122
"spatie/laravel-medialibrary": "^10.7",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0 || ^8.1",
19+
"php": "^8.0 || ^8.1 || ^8.2",
2020
"illuminate/contracts": "^9.22"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)