github actions: add tests for PHP 8.2

- ref. https://github.com/shaarli/Shaarli/pull/1928
This commit is contained in:
nodiscc 2023-01-31 14:52:28 +01:00
parent 4c76d4eea9
commit e4ee672404
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
name: PHP ${{ matrix.php-versions }}
steps:
- name: Set locales