Skip to content

Commit 008d56e

Browse files
Prepare for v1.3.0 release
Add PHP 8.1 to CI matrix
1 parent f4f2687 commit 008d56e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
operating-system: ['ubuntu-latest']
47-
php-versions: ['7.4', '8.0']
47+
php-versions: ['7.4', '8.0', '8.1']
4848
phpunit-versions: ['latest']
4949
steps:
5050
- name: Checkout

src/Chronicle/Chronicle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Chronicle
5454
const CLIENT_IDENTIFIER_HEADER = 'Chronicle-Client-Key-ID';
5555

5656
/* This constant denotes the Chronicle version running, server-side */
57-
const VERSION = '1.2.x';
57+
const VERSION = '1.3.x';
5858

5959
/**
6060
* @return ResponseCache|null

0 commit comments

Comments
 (0)