ci: add PHP 8.2 to test matrix

This commit is contained in:
Stefan Kalscheuer 2023-02-25 14:18:55 +01:00
parent a533a494fa
commit 7ae0ffcb94
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

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