Skip to content

Commit 8cc5508

Browse files
committed
chore: php 8.2 added for github action
1 parent f3f3893 commit 8cc5508

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.3, 7.4, 8.0, 8.1]
12+
php: [7.3, 7.4, 8.0, 8.1, 8.2]
1313
elastic: [7.11.0]
1414
stability: [prefer-lowest, prefer-stable]
1515
exclude:
1616
- php: 8.1
1717
stability: prefer-lowest
18+
- php: 8.2
19+
stability: prefer-lowest
1820
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
1921

2022
steps:

0 commit comments

Comments
 (0)