Skip to content

Commit c819775

Browse files
authored
Merge pull request #178 from unzerdev/CC-741/php8-3
[CC-741] Add php 8.3 version
2 parents 2bfe94d + 0ac08cb commit c819775

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "unzerdev/php-sdk",
3-
"description": "This is the php sdk to connect to the Unzer rest api.",
3+
"description": "This is the php sdk to connect to the Unzer rest API.",
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",
7+
"php": "~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
88
"ext-json": "*"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)