Skip to content

Commit 777f920

Browse files
committed
add php 8.3 and 8.4 to tests
1 parent 42a6520 commit 777f920

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- '8.0'
1818
- '8.1'
1919
- '8.2'
20+
- '8.3'
21+
- '8.4'
2022
steps:
2123
- name: Checkout code
2224
uses: actions/checkout@v2

src/BaseClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
*/
2626
abstract class BaseClient implements LoggerAwareInterface
2727
{
28-
public const VERSION_1 = 'v1';
29-
3028
use LoggerAwareTrait;
3129

30+
public const VERSION_1 = 'v1';
31+
3232
/**
3333
* @var string
3434
*/

0 commit comments

Comments
 (0)