Skip to content

Commit 109e3be

Browse files
committed
ci: add php 8.4 to continuous integration workflow
1 parent 7a006f3 commit 109e3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
26+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)