Skip to content

Commit 0838585

Browse files
committed
Test PHP 8.2 experimental on CI
1 parent 5df9c21 commit 0838585

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
matrix:
1010
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
1111
experimental: [false]
12+
include:
13+
- php: '8.2'
14+
experimental: true
1215
steps:
1316
- name: Checkout
1417
uses: actions/checkout@v2

0 commit comments

Comments
 (0)