Skip to content

Commit 22b5eac

Browse files
committed
CI: exclude PHP 8.5 opcache job (opcache is built-in)
1 parent c4f6393 commit 22b5eac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
matrix:
1616
php: ['8.2', '8.3', '8.4', '8.5']
1717
opcache: [false, true]
18+
exclude:
19+
- php: '8.5'
20+
opcache: true
1821
steps:
1922
- uses: actions/checkout@v6
2023

0 commit comments

Comments
 (0)