File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
php-version :
16
+ - ' 8.3'
16
17
- ' 8.2'
17
18
- ' 8.1'
18
19
- ' 8.0'
33
34
- ' 0.8.0'
34
35
35
36
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
+
36
51
# PHP 8.2 Exclusions
37
52
- php-version : ' 8.2'
38
53
mockery-version : ' 1.3.0'
@@ -127,7 +142,7 @@ jobs:
127
142
run : vendor/bin/phpunit
128
143
129
144
- 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'
131
146
run : |
132
147
vendor/bin/test-flight README.md
133
148
vendor/bin/test-flight classes/
You can’t perform that action at this time.
0 commit comments