We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55b3db commit e2d439aCopy full SHA for e2d439a
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- php: [8.3, 8.2]
+ php: [8.4]
16
laravel: [12.*, 13.*]
17
dependency-version: [prefer-lowest, prefer-stable]
18
os: [ubuntu-latest]
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nickurt/laravel-postcodeapi",
3
- "description": "Universal PostcodeApi for Laravel 11.x & 12.x",
+ "description": "Universal PostcodeApi for Laravel 11.x/12.x/13.x",
4
"keywords": [
5
"postcodeapi",
6
"postcode",
0 commit comments