Skip to content

Commit b68549b

Browse files
committed
chore(github): add PHP 8.4 version to CI matrix workflow
1 parent de37110 commit b68549b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,19 @@ jobs:
127127
php:
128128
- '8.2'
129129
- '8.3'
130+
- '8.4'
130131
dependencies:
131132
- 'highest'
132133
include:
134+
- php: '8.4'
135+
dependencies: 'highest'
136+
coverage: true
133137
- php: '8.3'
134138
dependencies: 'highest'
135139
coverage: true
140+
- php: '8.2'
141+
dependencies: 'highest'
142+
coverage: true
136143
fail-fast: false
137144
steps:
138145
- name: Checkout

0 commit comments

Comments
 (0)