فهرست منبع

Add php8.5 build

Jordi Boggiano 9 ماه پیش
والد
کامیت
7ef6b74dfd
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      .github/workflows/continuous-integration.yml

+ 2 - 1
.github/workflows/continuous-integration.yml

@@ -25,6 +25,7 @@ jobs:
           - "8.2"
           - "8.3"
           - "8.4"
+          - "8.5"
 
         dependencies: [highest]
 
@@ -37,7 +38,7 @@ jobs:
           - php-version: "8.1"
             dependencies: lowest
             operating-system: ubuntu-latest
-          - php-version: "8.4"
+          - php-version: "8.5"
             dependencies: highest
             operating-system: ubuntu-latest
             composer-options: "--ignore-platform-req=php+"