Browse Source

Test PHP 8.3

mscherer 2 years ago
parent
commit
a85844fa63
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .github/workflows/ci.yml

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

@@ -2,8 +2,6 @@ name: CI
 
 on:
   push:
-    branches:
-      - master
   pull_request:
   workflow_dispatch:
 
@@ -13,7 +11,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        php-version: ['8.1', '8.2']
+        php-version: ['8.1', '8.3']
         db-type: [sqlite, mysql, pgsql]
         prefer-lowest: ['']
         include: