Skip to content

Commit fa1df6f

Browse files
authored
Update pull_request_validation.yml
1 parent 75998c4 commit fa1df6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request_validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basically only required since dependabot won't have access to our keys for the commit_validation job
22
# we run as the primary example for this project.
3-
name: Commit Validation
3+
name: Pull Request Validation
44
on: [pull_request]
55

66
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
api-level: [23, 29]
34+
api-level: [26, 35]
3535

3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)