Merge pull request #1950 from nodiscc/tests-php-8.2

github actions: add tests for PHP 8.2
This commit is contained in:
nodiscc 2023-03-17 14:37:26 +00:00 committed by GitHub
commit 9195ce0378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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