File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 php-version :
16+ - ' 8.3'
1617 - ' 8.2'
1718 - ' 8.1'
1819 - ' 8.0'
3334 - ' 0.8.0'
3435
3536 exclude :
37+ # PHP 8.3 Exclusions
38+ - php-version : ' 8.3'
39+ mockery-version : ' 1.3.0'
40+ - php-version : ' 8.3'
41+ mockery-version : ' 1.2.0'
42+ - php-version : ' 8.3'
43+ mockery-version : ' 1.1.0'
44+ - php-version : ' 8.3'
45+ mockery-version : ' 1.0.0'
46+ - php-version : ' 8.3'
47+ mockery-version : ' 0.9.0'
48+ - php-version : ' 8.3'
49+ mockery-version : ' 0.8.0'
50+
3651 # PHP 8.2 Exclusions
3752 - php-version : ' 8.2'
3853 mockery-version : ' 1.3.0'
@@ -127,7 +142,7 @@ jobs:
127142 run : vendor/bin/phpunit
128143
129144 - name : Test Flight
130- if : matrix.php-version != '8.1' && matrix.php-version != '8.2'
145+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
131146 run : |
132147 vendor/bin/test-flight README.md
133148 vendor/bin/test-flight classes/
You can’t perform that action at this time.
0 commit comments