Skip to content

Commit 119bcde

Browse files
committed
fix php version
1 parent 02c7ae6 commit 119bcde

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [8.1,8.2]
13+
php: [8.2]
1414
laravel: [11.*]
1515
include:
1616
- laravel: 11.*

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.1",
23+
"php": "^8.2",
2424
"guzzlehttp/guzzle": "^7.3",
2525
"laravel/framework": "^11.0"
2626
},

0 commit comments

Comments
 (0)