Skip to content

Commit a014b4e

Browse files
committed
Add PHP 8.4 to the matrix
1 parent 0b86992 commit a014b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-Test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
operating-system: [ubuntu-22.04]
18-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
18+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1919
include:
2020
- operating-system: ubuntu-20.04
2121
php-versions: '7.4'

0 commit comments

Comments
 (0)