Skip to content

Commit

Permalink
Adds PHP 8.1 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 16, 2022
1 parent 425c8fa commit 98385cb
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '7.3', '7.4', '8.0' ]
php-versions: [ '7.3', '7.4', '8.0', '8.1' ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A super-lightweight package for speeding up development of PHP console (CLI) app
Requirements
------------

This library is unit tested against PHP 7.3, 7.4 and 8.0!
This library is unit tested against PHP 7.3, 7.4, 8.0 and 8.1!

If you need to use an older version of PHP, you should instead install the 2.x version of this library (see below for details).

Expand Down
Loading

0 comments on commit 98385cb

Please sign in to comment.