Skip to content

Commit 560011d

Browse files
Update CI. (#108)
* Add 8.3 matrix * Adjust dependabot indentation
1 parent 2399402 commit 560011d

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
version: 2
22
updates:
3-
- package-ecosystem: composer
4-
directory: "/"
5-
schedule:
6-
interval: monthly
7-
reviewers:
8-
- richardbporter
9-
- package-ecosystem: github-actions
10-
directory: "/"
11-
schedule:
12-
interval: monthly
13-
reviewers:
14-
- richardbporter
15-
- package-ecosystem: devcontainers
16-
directory: "/"
17-
schedule:
18-
interval: monthly
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
reviewers:
8+
- richardbporter
9+
- package-ecosystem: github-actions
10+
directory: "/"
11+
schedule:
12+
interval: monthly
13+
reviewers:
14+
- richardbporter
15+
- package-ecosystem: devcontainers
16+
directory: "/"
17+
schedule:
18+
interval: monthly
19+
reviewers:
20+
- richardbporter

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
php: [8.1, 8.2]
18+
php: [8.1, 8.2, 8.3]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Start MySQL

0 commit comments

Comments
 (0)