Skip to content

Commit

Permalink
Run unit tests also with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Dec 27, 2022
1 parent 6b46005 commit 7e12372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1', '8.2']

runs-on: ubuntu-20.04

Expand Down

0 comments on commit 7e12372

Please sign in to comment.