Skip to content

Commit 94fb319

Browse files
add exclusion rules for PHP 8.5
1 parent 2de98b3 commit 94fb319

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ jobs:
3636
- '0.8.0'
3737

3838
exclude:
39+
# PHP 8.5 Exclusions
40+
- php-version: '8.5'
41+
mockery-version: '1.3.0'
42+
- php-version: '8.5'
43+
mockery-version: '1.2.0'
44+
- php-version: '8.5'
45+
mockery-version: '1.1.0'
46+
- php-version: '8.5'
47+
mockery-version: '1.0.0'
48+
- php-version: '8.5'
49+
mockery-version: '0.9.0'
50+
- php-version: '8.5'
51+
mockery-version: '0.8.0'
52+
3953
# PHP 8.4 Exclusions
4054
- php-version: '8.4'
4155
mockery-version: '1.3.0'

0 commit comments

Comments
 (0)