Skip to content

Commit ce46f93

Browse files
committed
PHP8.4 Support
1 parent 1385aa8 commit ce46f93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
start:
99
strategy:
1010
matrix:
11-
php: [ "7.0" , "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
11+
php: [ "7.0" , "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4" ]
1212
runs-on: ubuntu-latest
1313
steps:
1414

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ abstract class Client
4949
/**
5050
* Class library version
5151
*/
52-
const VERSION_ID = '1.3.4';
52+
const VERSION_ID = '1.3.5';
5353

5454
/**
5555
* @var Options

0 commit comments

Comments
 (0)