Skip to content

Commit

Permalink
Prepare for v1.3.0 release
Browse files Browse the repository at this point in the history
Add PHP 8.1 to CI matrix
  • Loading branch information
paragonie-security committed Jan 17, 2022
1 parent f4f2687 commit 008d56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['7.4', '8.0']
php-versions: ['7.4', '8.0', '8.1']
phpunit-versions: ['latest']
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion src/Chronicle/Chronicle.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Chronicle
const CLIENT_IDENTIFIER_HEADER = 'Chronicle-Client-Key-ID';

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

/**
* @return ResponseCache|null
Expand Down

0 comments on commit 008d56e

Please sign in to comment.