Skip to content

Commit ce8a2e5

Browse files
authored
Merge pull request #42 from emhashef/php-8.2
php 8.2 support
2 parents 17d3eb5 + 4e6aba0 commit ce8a2e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.3, 8.4]
22+
php: [8.2, 8.3, 8.4]
2323
laravel: [11, 12]
2424

2525
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^8.3",
23+
"php": "^8.2",
2424
"illuminate/console": "^11.0|^12.0",
2525
"illuminate/filesystem": "^11.0|^12.0",
2626
"illuminate/routing": "^11.0|^12.0",

0 commit comments

Comments
 (0)