Skip to content

Commit 6d50d3c

Browse files
committed
build: re-enabled builds on PHP 8.4
1 parent c1fd8f0 commit 6d50d3c

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)