فهرست منبع

Mark PHP v8.4 tests as experimental

As per this doc: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures

Workaround for https://github.com/PrivateBin/PrivateBin/issues/1301 for now. I hope this ignores failures?
rugk 2 سال پیش
والد
کامیت
55dec46cf4
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      .github/workflows/tests.yml

+ 4 - 0
.github/workflows/tests.yml

@@ -20,6 +20,10 @@ jobs:
     strategy:
     strategy:
       matrix:
       matrix:
         php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
         php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
+        include:
+          # 8.4 is experimental due to Guzzle causing failures https://github.com/PrivateBin/PrivateBin/issues/1301
+          - php-versions: '8.4'
+            experimental: true
     name: PHP ${{ matrix.php-versions }} unit tests on ${{ matrix.operating-system }}
     name: PHP ${{ matrix.php-versions }} unit tests on ${{ matrix.operating-system }}
     env:
     env:
       extensions: gd, sqlite3
       extensions: gd, sqlite3