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 7254e7e commit d6bf7f4Copy full SHA for d6bf7f4
.github/workflows/continuous-integration.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: true
21
matrix:
22
- php: [8.2]
+ php: [8.2, 8.3, 8.4, 8.5]
23
stability: [prefer-stable]
24
25
name: PHP ${{ matrix.php }} - STABILITY ${{ matrix.stability }}
0 commit comments