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

requires PHP 8.0

This commit is contained in:
David Grudl
2022-09-06 04:30:49 +02:00
parent 6356f9f7a4
commit a55e2a0cf8
4 changed files with 13 additions and 13 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', '8.2']
php: ['8.0', '8.1', '8.2']
fail-fast: false