Skip to content

Commit c22bfec

Browse files
committed
Modernize
1 parent c2f77ac commit c22bfec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Tests
33

44
on:
55
push:
6-
branches: [master, develop]
6+
branches: [main, develop]
77
pull_request:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111

@@ -16,10 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
php-version:
19-
- "7.4"
20-
- "8.0"
2119
- "8.1"
2220
- "8.2"
21+
- "8.3"
2322
dependency-versions:
2423
- "highest"
2524

0 commit comments

Comments
 (0)