Skip to content

Commit d5a64b3

Browse files
committed
improve ci
1 parent b8156b5 commit d5a64b3

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
2-
- pull_request
3-
- push
2+
pull_request:
3+
push:
4+
branches: [ 'master' ]
45

56
name: build
67

@@ -21,6 +22,8 @@ jobs:
2122
php:
2223
- "8.0"
2324
- "8.1"
25+
- "8.2"
26+
- "8.3"
2427

2528
mysql:
2629
- "8.0"

.github/workflows/dependency.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
2-
- push
2+
pull_request:
3+
push:
4+
branches: [ 'master' ]
35

46
name: dependency checker
57

.github/workflows/static.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
2-
- pull_request
3-
- push
2+
pull_request:
3+
push:
4+
branches: [ 'master' ]
45

56
name: static analysis
67

@@ -18,6 +19,8 @@ jobs:
1819
php:
1920
- "8.0"
2021
- "8.1"
22+
- "8.2"
23+
- "8.3"
2124

2225
steps:
2326
- name: Checkout

0 commit comments

Comments
 (0)