Browse Source

Run 5.x also against PHP 8.2

Mark Scherer 2 years ago
parent
commit
dbd0b4319c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -21,7 +21,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        php-version: ['8.1']
+        php-version: ['8.1', '8.2']
         db-type: [sqlite, pgsql]
         prefer-lowest: ['']
         include: