Skip to content

Commit 43d366b

Browse files
authored
Merge pull request #2 from kkevindev/php-8.5-support
Add support for PHP 8.5
2 parents a39e18b + 12cc6b1 commit 43d366b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/quality_assurance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
operating-system: [ ubuntu-latest ]
19-
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
19+
php-versions: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
2020
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
2121
steps:
2222
- name: Checkout
@@ -52,4 +52,4 @@ jobs:
5252
run: vendor/bin/phpstan
5353

5454
- name: Run PHP CS Fixer
55-
run: vendor/bin/php-cs-fixer check .
55+
run: vendor/bin/php-cs-fixer check .

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dutch Postcode Lookup
22
![PHPUnit Tests](https://github.com/kkevindev/postcode-tech/actions/workflows/quality_assurance.yaml/badge.svg)
3-
![Latest Stable Version](https://img.shields.io/badge/PHP%20version-8.1%20~%208.4-34D058)
3+
![Latest Stable Version](https://img.shields.io/badge/PHP%20version-8.1%20~%208.5-34D058)
44

55
This is a wrapper around the [postcode.tech Postcode API](https://postcode.tech).
66

0 commit comments

Comments
 (0)