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 79911c6 commit 946e982Copy full SHA for 946e982
.github/workflows/build-php.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
operating-system: ['ubuntu-latest']
16
- php-versions: ['8.2', '8.3']
+ php-versions: ['8.2', '8.3', '8.4']
17
name: phpMyFAQ ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
18
19
steps:
0 commit comments