|
8 | 8 | schedule: |
9 | 9 | - cron: "0 0 * * 0" |
10 | 10 |
|
11 | | -permissions: |
12 | | - contents: read |
13 | | - |
14 | 11 | jobs: |
15 | 12 |
|
16 | | - vlucas-phpdotenv-php83-82-81-80: |
| 13 | + vlucas-phpdotenv-php84-83-82-81-80: |
17 | 14 |
|
18 | 15 | name: "PHP${{ matrix.php }} vlucas/phpdotenv ${{ matrix.vlucas-phpdotenv }} ${{ matrix.os-title }} ${{ matrix.dependency-prefer-title }}" |
19 | 16 | runs-on: "${{ matrix.os }}" |
| 17 | + permissions: |
| 18 | + contents: "read" |
20 | 19 | strategy: |
21 | 20 | fail-fast: true |
22 | 21 | matrix: |
23 | 22 | os: [ "ubuntu-latest", "macos-latest", "windows-latest" ] |
24 | | - php: [ "8.3", "8.2", "8.1", "8.0" ] |
| 23 | + php: [ "8.4", "8.3", "8.2", "8.1", "8.0" ] |
25 | 24 | vlucas-phpdotenv: [ "^5.0", "^4.1.5", "^3.6.4", "^2.0", "^1.1.0" ] |
26 | 25 | dependency-prefer: [ "prefer-stable", "prefer-lowest" ] |
27 | 26 | include: |
| 27 | + - php: "8.4" |
| 28 | + phpunit: "^11.1" |
| 29 | + phpunit-config-file: "phpunit.github-actions.xml.dist" |
28 | 30 | - php: "8.3" |
29 | | - phpunit: "^10.1.0" |
| 31 | + phpunit: "^10.1" |
30 | 32 | phpunit-config-file: "phpunit.github-actions.xml.dist" |
31 | 33 | - php: "8.2" |
32 | | - phpunit: "^10.1.0" |
| 34 | + phpunit: "^10.1" |
33 | 35 | phpunit-config-file: "phpunit.github-actions.xml.dist" |
34 | 36 | - php: "8.2" |
35 | | - phpunit: "^10.1.0" |
| 37 | + phpunit: "^10.1" |
36 | 38 | phpunit-config-file: "phpunit.github-actions.xml.dist" |
37 | 39 | - php: "8.1" |
38 | | - phpunit: "^10.1.0" |
| 40 | + phpunit: "^10.1" |
39 | 41 | phpunit-config-file: "phpunit.github-actions.xml.dist" |
40 | 42 | - php: "8.0" |
41 | 43 | phpunit: "^9.3" |
@@ -196,29 +198,32 @@ jobs: |
196 | 198 |
|
197 | 199 |
|
198 | 200 |
|
199 | | - symfony-dotenv-php83-82-81-80: |
| 201 | + symfony-dotenv-php84-83-82-81-80: |
200 | 202 |
|
201 | 203 | name: "PHP${{ matrix.php }} symfony/dotenv ${{ matrix.symfony-dotenv }} ${{ matrix.os-title }} ${{ matrix.dependency-prefer-title }}" |
202 | 204 | runs-on: "${{ matrix.os }}" |
203 | 205 | strategy: |
204 | 206 | fail-fast: true |
205 | 207 | matrix: |
206 | 208 | os: [ "ubuntu-latest", "macos-latest", "windows-latest" ] |
207 | | - php: [ "8.3", "8.2", "8.1", "8.0" ] |
| 209 | + php: [ "8.4", "8.3", "8.2", "8.1", "8.0" ] |
208 | 210 | symfony-dotenv: [ "^7.0", "^6.0", "^5.0", "^4.0", "^3.3" ] |
209 | 211 | dependency-prefer: [ "prefer-stable", "prefer-lowest" ] |
210 | 212 | include: |
| 213 | + - php: "8.4" |
| 214 | + phpunit: "^11.0" |
| 215 | + phpunit-config-file: "phpunit.github-actions.xml.dist" |
211 | 216 | - php: "8.3" |
212 | | - phpunit: "^10.1.0" |
| 217 | + phpunit: "^10.1" |
213 | 218 | phpunit-config-file: "phpunit.github-actions.xml.dist" |
214 | 219 | - php: "8.2" |
215 | | - phpunit: "^10.1.0" |
| 220 | + phpunit: "^10.1" |
216 | 221 | phpunit-config-file: "phpunit.github-actions.xml.dist" |
217 | 222 | - php: "8.2" |
218 | | - phpunit: "^10.1.0" |
| 223 | + phpunit: "^10.1" |
219 | 224 | phpunit-config-file: "phpunit.github-actions.xml.dist" |
220 | 225 | - php: "8.1" |
221 | | - phpunit: "^10.1.0" |
| 226 | + phpunit: "^10.1" |
222 | 227 | phpunit-config-file: "phpunit.github-actions.xml.dist" |
223 | 228 | - php: "8.0" |
224 | 229 | phpunit: "^9.3" |
|
0 commit comments