We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f2687 commit 008d56eCopy full SHA for 008d56e
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
strategy:
45
matrix:
46
operating-system: ['ubuntu-latest']
47
- php-versions: ['7.4', '8.0']
+ php-versions: ['7.4', '8.0', '8.1']
48
phpunit-versions: ['latest']
49
steps:
50
- name: Checkout
src/Chronicle/Chronicle.php
@@ -54,7 +54,7 @@ class Chronicle
54
const CLIENT_IDENTIFIER_HEADER = 'Chronicle-Client-Key-ID';
55
56
/* This constant denotes the Chronicle version running, server-side */
57
- const VERSION = '1.2.x';
+ const VERSION = '1.3.x';
58
59
/**
60
* @return ResponseCache|null
0 commit comments