Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit 077f793

Browse files
committed
enabled php 8.1
1 parent c6ad07f commit 077f793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest]
11-
php: ['7.4', '8.0']
11+
php: ['7.4', '8.0', '8.1']
1212
dependency-version: [prefer-stable]
1313

1414
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)