Skip to content

Commit 570cc4d

Browse files
committed
add PHP8.1 experimentally
1 parent 543f211 commit 570cc4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
matrix:
1414
php-version: ['7.2', '7.2', '7.3', '7.4', '8.0']
1515
experimental: [false]
16+
include:
17+
- php-version: 8.1
18+
experimental: true
1619

1720
steps:
1821
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)