|
25 | 25 | strategy: |
26 | 26 | fail-fast: false |
27 | 27 | matrix: |
28 | | - php: [ "8.4", "8.3", "8.2", "8.1" ] |
| 28 | + php: [ "8.5", "8.4", "8.3", "8.2", "8.1" ] |
29 | 29 | packages: |
30 | 30 | # All versions below only support PHP ^8.1 (Laravel requirement) |
31 | 31 | - { laravel: ^10.0, testbench: ^8.0, phpunit: 9.6.* } |
|
84 | 84 | strategy: |
85 | 85 | fail-fast: false |
86 | 86 | matrix: |
87 | | - php: [ "8.4", "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2" ] |
| 87 | + php: [ "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2" ] |
88 | 88 | packages: |
89 | 89 | # All versions below should be test on PHP ^7.1 (Sentry SDK requirement) and PHP < 8.0 (PHPUnit requirement) |
90 | 90 | - { laravel: ^6.0, testbench: 4.7.*, phpunit: 8.4.* } |
@@ -136,6 +136,15 @@ jobs: |
136 | 136 | - php: "8.4" |
137 | 137 | packages: { laravel: ^8.0, testbench: ^6.0, phpunit: 9.3.* } |
138 | 138 |
|
| 139 | + - php: "8.5" |
| 140 | + packages: { laravel: ^6.0, testbench: 4.7.*, phpunit: 8.4.* } |
| 141 | + - php: "8.5" |
| 142 | + packages: { laravel: ^7.0, testbench: 5.1.*, phpunit: 8.4.* } |
| 143 | + - php: "8.5" |
| 144 | + packages: { laravel: ^8.0, testbench: ^6.0, phpunit: 9.3.* } |
| 145 | + - php: "8.5" |
| 146 | + packages: { laravel: ^9.0, testbench: ^7.0, phpunit: 9.5.* } |
| 147 | + |
139 | 148 | name: phpunit (PHP:${{ matrix.php }}, Laravel:${{ matrix.packages.laravel }}) |
140 | 149 |
|
141 | 150 | steps: |
|
0 commit comments