Skip to content

Commit 274650b

Browse files
authored
CC-1894/php-8_4 (#203)
Enable php 8.4 in composer.json. Update changelog.
1 parent 7eab387 commit 274650b

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
13+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
1414
name: PHP ${{ matrix.php }} unit tests
1515
steps:
1616
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1010
### Added
1111

1212
* Add support for `preauthorize` transaction.
13+
* Enable PHP 8.4 in composer.json.
1314

1415
## [3.10.0](https://github.com/unzerdev/php-sdk/compare/3.9.0..3.10.0)
1516

1617
### Added
1718

1819
* Add support for Linkpay v2.
20+
* Added support for Open Banking payment method.
1921

2022
### Changed
2123

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![PHP 8.0](https://img.shields.io/badge/php-8.0-blue.svg)](http://www.php.net)
44
[![PHP 8.1](https://img.shields.io/badge/php-8.1-blue.svg)](http://www.php.net)
55
[![PHP 8.2](https://img.shields.io/badge/php-8.2-blue.svg)](http://www.php.net)
6+
[![PHP 8.3](https://img.shields.io/badge/php-8.3-blue.svg)](http://www.php.net)
7+
[![PHP 8.4](https://img.shields.io/badge/php-8.4-blue.svg)](http://www.php.net)
68

79
![Logo](unzer_logo.svg)
810

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"minimum-stability": "stable",
55
"license": "Apache-2.0",
66
"require": {
7-
"php": "~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
7+
"php": "~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0",
88
"ext-json": "*"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)