فهرست منبع

Merge pull request #1200 from PrivateBin/php83

enable unit testing on PHP 8.3 &  8.4 nightly
El RIDO 2 سال پیش
والد
کامیت
b2bf90d14e
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/tests.yml
  2. 1 0
      .gitignore

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

@@ -19,7 +19,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
+        php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
     name: PHP ${{ matrix.php-versions }} unit tests on ${{ matrix.operating-system }}
     env:
       extensions: gd, sqlite3

+ 1 - 0
.gitignore

@@ -35,6 +35,7 @@ tst/.phpunit.result.cache
 .settings
 .buildpath
 .project
+.phpdoc
 .externalToolBuilders
 .c9
 /.idea/