Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c869567

Browse files
qa: Run unit tests on PHP 8.4 (#19)
1 parent 4b2501c commit c869567

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎.github/workflows/tests.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-version:
16+
- '8.4'
1617
- '8.3'
1718
- '8.2'
1819
- '8.1'
@@ -34,6 +35,20 @@ jobs:
3435
- '0.8.0'
3536

3637
exclude:
38+
# PHP 8.4 Exclusions
39+
- php-version: '8.4'
40+
mockery-version: '1.3.0'
41+
- php-version: '8.4'
42+
mockery-version: '1.2.0'
43+
- php-version: '8.4'
44+
mockery-version: '1.1.0'
45+
- php-version: '8.4'
46+
mockery-version: '1.0.0'
47+
- php-version: '8.4'
48+
mockery-version: '0.9.0'
49+
- php-version: '8.4'
50+
mockery-version: '0.8.0'
51+
3752
# PHP 8.3 Exclusions
3853
- php-version: '8.3'
3954
mockery-version: '1.3.0'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /