Skip to content

Commit 629c964

Browse files
committed
Exclude php8.4 lowest from CI
1 parent a0854d4 commit 629c964

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ jobs:
130130
php: ['8.1', '8.2', '8.3', '8.4']
131131
os: [ubuntu-latest]
132132
stability: [prefer-lowest, prefer-stable]
133+
exclude:
134+
- php: 8.4
135+
stability: prefer-lowest
133136

134137
steps:
135138
# General Steps

0 commit comments

Comments
 (0)