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 a7395a5 commit a0e3cceCopy full SHA for a0e3cce
.github/workflows/php.yml
@@ -17,10 +17,10 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- php-versions: ['8.1', '8.2', '8.3']
+ php-versions: ['8.1', '8.2', '8.3', '8.4']
21
experimental: [false]
22
env:
23
- code-coverage-version: '8.3' # Most recent stable PHP version.
+ code-coverage-version: '8.4' # Most recent stable PHP version.
24
25
name: PHP ${{ matrix.php-versions }}
26
0 commit comments