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 fb1f6bd commit c75fb81Copy full SHA for c75fb81
.github/workflows/php.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
max-parallel: 2
12
matrix:
13
- php-versions: ['8.2', '8.3']
+ php-versions: ['8.2', '8.3', '8.4']
14
15
name: PHP ${{ matrix.php-versions }}
16
0 commit comments