Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6097e7b

Browse files
yatsukhnenkomichael-grunder
authored andcommitted
Add PHP 8.4 to CI
1 parent 4cd3f59 commit 6097e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
fail-fast: false
7575
matrix:
76-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
76+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
7777
server: ['redis', 'keydb', 'valkey']
7878

7979
steps:
@@ -232,7 +232,7 @@ jobs:
232232
strategy:
233233
fail-fast: false
234234
matrix:
235-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
235+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
236236
steps:
237237
- name: Checkout
238238
uses: actions/checkout@v4
@@ -262,7 +262,7 @@ jobs:
262262
strategy:
263263
fail-fast: false
264264
matrix:
265-
php: ['8.0', '8.1', '8.2', '8.3']
265+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
266266
ts: [nts, ts]
267267
steps:
268268
- name: Checkout

0 commit comments

Comments
 (0)