Skip to content

Commit e2d439a

Browse files
committed
bump php
1 parent f55b3db commit e2d439a

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
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [8.3, 8.2]
15+
php: [8.4]
1616
laravel: [12.*, 13.*]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nickurt/laravel-postcodeapi",
3-
"description": "Universal PostcodeApi for Laravel 11.x & 12.x",
3+
"description": "Universal PostcodeApi for Laravel 11.x/12.x/13.x",
44
"keywords": [
55
"postcodeapi",
66
"postcode",

0 commit comments

Comments
 (0)