浏览代码

Check PHP 8.1

mscherer 4 年之前
父节点
当前提交
44c6a9ee7b
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      .gitattributes
  2. 1 1
      .github/workflows/ci.yml

+ 2 - 0
.gitattributes

@@ -20,3 +20,5 @@ phpunit.xml.dist export-ignore
 .gitattributes export-ignore
 .editorconfig export-ignore
 tests/test_app export-ignore
+.github/ export-ignore
+

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

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