1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-28 00:09:55 +02:00

support for PHP 8.5

This commit is contained in:
David Grudl
2025-08-01 04:25:01 +02:00
parent c7fe0fef21
commit 658dbe388a
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.2', '8.3', '8.4']
php: ['8.2', '8.3', '8.4', '8.5']
fail-fast: false