We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f6393 commit 22b5eacCopy full SHA for 22b5eac
1 file changed
.github/workflows/tests.yml
@@ -15,6 +15,9 @@ jobs:
15
matrix:
16
php: ['8.2', '8.3', '8.4', '8.5']
17
opcache: [false, true]
18
+ exclude:
19
+ - php: '8.5'
20
+ opcache: true
21
steps:
22
- uses: actions/checkout@v6
23
0 commit comments