ci: add PHP 8.1 to test roster

This commit is contained in:
Stefan Kalscheuer 2022-01-26 17:56:11 +01:00
parent e449fe02b0
commit e0a6b498af
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '5.6', '7.3', '7.4', '8.0' ]
php: [ '5.6', '7.4', '8.0', '8.1' ]
steps:
- name: Checkout
uses: actions/checkout@v2