Skip to content

Commit 946e982

Browse files
committed
build: check PHP 8.4 nightly as well
1 parent 79911c6 commit 946e982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
operating-system: ['ubuntu-latest']
16-
php-versions: ['8.2', '8.3']
16+
php-versions: ['8.2', '8.3', '8.4']
1717
name: phpMyFAQ ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1818

1919
steps:

0 commit comments

Comments
 (0)