Skip to content

Commit f6ec920

Browse files
committed
run-tests.yml
1 parent 13899b1 commit f6ec920

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
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.5, 8.4, 8.3, 8.2]
16+
php: [8.5, 8.4, 8.3]
1717
laravel: [12.*, 11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"astrotomic/laravel-translatable": "Alternative way for handling translations in Laravel using separate database tables."
3535
},
3636
"require": {
37-
"php": "^8.2",
37+
"php": "^8.3",
3838
"filament/filament": "^4.3.1|^5.0"
3939
},
4040
"require-dev": {

0 commit comments

Comments
 (0)