We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a6520 commit 777f920Copy full SHA for 777f920
2 files changed
.github/workflows/tests.yml
@@ -17,6 +17,8 @@ jobs:
17
- '8.0'
18
- '8.1'
19
- '8.2'
20
+ - '8.3'
21
+ - '8.4'
22
steps:
23
- name: Checkout code
24
uses: actions/checkout@v2
src/BaseClient.php
@@ -25,10 +25,10 @@
25
*/
26
abstract class BaseClient implements LoggerAwareInterface
27
{
28
- public const VERSION_1 = 'v1';
29
-
30
use LoggerAwareTrait;
31
+ public const VERSION_1 = 'v1';
+
32
/**
33
* @var string
34
0 commit comments