Skip to content

Commit 363300a

Browse files
authored
ci: add PHP 8.4 to pipeline (#36)
1 parent 9f31a40 commit 363300a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
php: ['8.2', '8.3']
9+
php: ['8.2', '8.3', '8.4']
1010
dependencies: ['lowest', 'highest']
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)