Skip to content

Commit 213841f

Browse files
committed
updated github action
Signed-off-by: Christoph Massmann <[email protected]>
1 parent 3a1d46c commit 213841f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
name: CI
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
8+
- develop
49

510
jobs:
611
test:
712
runs-on: ubuntu-latest
813
strategy:
914
matrix:
10-
php-version: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
15+
php-version: [ "7.4", "8.0", "8.1", "8.2", "8.3", "8.4" ]
1116

1217
steps:
1318
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)