Skip to content

Commit 819e02e

Browse files
#268: Added PHP 8.4 to build plan
1 parent c8864d4 commit 819e02e

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
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: 'ubuntu-24.04'
5959
strategy:
6060
matrix:
61-
php: ['8.2', '8.3']
61+
php: ['8.2', '8.3', '8.4']
6262
fail-fast: false
6363
steps:
6464
- name: 'Checkout'

0 commit comments

Comments
 (0)