diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b48e70e3..c7f18ca1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: ["8.1", "8.2", "8.3", "8.4"] + php: ["8.1", "8.2", "8.3", "8.4", "8.5"] db: ["mysql", "sqlite"] name: PHP ${{ matrix.php }} + ${{ matrix.db}}