Skip to content

Commit dc77c0d

Browse files
committed
Add PHP 8.2 to CI matrix
1 parent 8a0c5a8 commit dc77c0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ jobs:
1515
- "7.4"
1616
- "8.0"
1717
- "8.1"
18+
- "8.2"
1819
dependency-versions:
1920
- "highest"
2021
include:
2122
- php: "7.4"
2223
dependency-versions: "lowest"
23-
- php: "8.2"
24-
composer-options: "--ignore-platform-reqs"
2524

2625
steps:
2726
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)