Skip to content

Commit 201ff89

Browse files
author
Sam Harrison
committed
chore: upgrade supported language versions
1 parent 9abd236 commit 201ff89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 20
1818
strategy:
1919
matrix:
20-
php: [ 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 ]
20+
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
2121
dependencies:
2222
- "lowest"
2323
- "highest"
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup PHP
5757
uses: shivammathur/[email protected]
5858
with:
59-
php-version: '7.4'
59+
php-version: '8.1'
6060
id: php
6161

6262
- name: Build Release Artifacts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ All updates to this library are documented in our [CHANGELOG](CHANGELOG.md).
2929

3030
## Prerequisites
3131

32-
- PHP version 5.6, 7.0, 7.1, 7.2, 7.3, or 7.4
32+
- PHP version 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, or 8.1
3333

3434
## Install with Composer
3535

0 commit comments

Comments
 (0)