Skip to content

Commit 887a606

Browse files
#268: Added PHP 8.4 to build plan
1 parent 52567f8 commit 887a606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: 'ubuntu-24.04'
6565
strategy:
6666
matrix:
67-
php: ['8.2', '8.3']
67+
php: ['8.2', '8.3', '8.4']
6868
fail-fast: false
6969
steps:
7070
- name: 'Checkout'

0 commit comments

Comments
 (0)