|
|
@@ -21,9 +21,6 @@ jobs:
|
|
|
fail-fast: true
|
|
|
matrix:
|
|
|
php-version:
|
|
|
- - "7.4"
|
|
|
- - "8.0"
|
|
|
- - "8.1"
|
|
|
- "8.2"
|
|
|
- "8.3"
|
|
|
|
|
|
@@ -62,9 +59,6 @@ jobs:
|
|
|
- ubuntu-latest
|
|
|
- windows-latest
|
|
|
php-version:
|
|
|
- - "7.4"
|
|
|
- - "8.0"
|
|
|
- - "8.1"
|
|
|
- "8.2"
|
|
|
- "8.3"
|
|
|
|
|
|
@@ -110,7 +104,7 @@ jobs:
|
|
|
- name: "Install PHP"
|
|
|
uses: shivammathur/setup-php@v2
|
|
|
with:
|
|
|
- php-version: "8.1"
|
|
|
+ php-version: "8.2"
|
|
|
coverage: none
|
|
|
tools: phpDocumentor
|
|
|
extensions: fileinfo, gd, imagick, json, mbstring
|
|
|
@@ -138,7 +132,7 @@ jobs:
|
|
|
- name: "Install PHP"
|
|
|
uses: shivammathur/setup-php@v2
|
|
|
with:
|
|
|
- php-version: "8.1"
|
|
|
+ php-version: "8.2"
|
|
|
coverage: none
|
|
|
|
|
|
- name: "Install Sphinx"
|