Skip to content

Commit

Permalink
run tests on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Oct 9, 2023
1 parent cb82086 commit 27b44d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
php-version:
- "8.2"
- "8.3"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -50,8 +51,8 @@ jobs:
php-version: "${{ matrix.php-version }}"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v2"

- name: "Run PHPUnit"
run: "vendor/bin/phpunit"

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ibericode/vat
[![Total Downloads](https://img.shields.io/packagist/dt/dannyvankooten/vat.php.svg)](https://packagist.org/packages/ibericode/vat)
![License](https://img.shields.io/github/license/ibericode/vat.svg)

This is a simple PHP library to help you deal with Europe's VAT rules.
This is a simple PHP library to help you deal with Europe's VAT rules.

- Fetch VAT rates for any EU member state using [ibericode/vat-rates](https://github.com/ibericode/vat-rates).
- Validate VAT numbers (by format and/or [existence](http://ec.europa.eu/taxation_customs/vies/))
Expand All @@ -17,7 +17,7 @@ This is a simple PHP library to help you deal with Europe's VAT rules.

## Installation

[PHP](https://php.net) version 7.1 or higher with the CURL and JSON extension is required.
[PHP](https://php.net) version 7.3 or higher with the CURL and JSON extension is required.

For VAT number existence checking, the PHP SOAP extension is required as well.

Expand Down

0 comments on commit 27b44d5

Please sign in to comment.