1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 00:54:11 +02:00

support for PHP 8.1

This commit is contained in:
David Grudl
2021-08-25 03:12:58 +02:00
parent 73e16eb1a3
commit 8270b7c1c3
7 changed files with 26 additions and 19 deletions

View File

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