-
Notifications
You must be signed in to change notification settings - Fork 0
43 lines (40 loc) · 860 Bytes
/
Copy pathci.yml
File metadata and controls
43 lines (40 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: CI
on:
push:
pull_request:
workflow_dispatch:
permissions: {}
jobs:
ci:
name: CI
permissions:
pull-requests: read
contents: read
actions: write
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
dynamic_matrix: false
js: false
endtoend: false
doclinting: false
extra_jobs: |
- php: '8.1'
db: mysql80
phpunit: true
installer_version: ^4
- php: '8.2'
db: mysql80
phpunit: true
installer_version: ^5
- php: '8.2'
db: mariadb
phpunit: true
installer_version: ^5
- php: '8.3'
db: mysql80
phpunit: true
installer_version: ^5
- php: '8.3'
db: mariadb
phpunit: true
installer_version: ^5