1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-13 01:24:06 +02:00

support for PHP 8.2

This commit is contained in:
David Grudl
2022-09-06 04:18:39 +02:00
parent 9d5d430d3d
commit b61737311e
4 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
fail-fast: false