Skip to content

Commit c1c8f85

Browse files
Add php 8 to php-versions on ci
1 parent 465a2c2 commit c1c8f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.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, macOS-latest]
11-
php-versions: ['7.4']
11+
php-versions: ['7.4', '8.0']
1212

1313
name: Test on ${{ matrix.os }} with PHP ${{ matrix.php-versions }}
1414
steps:

0 commit comments

Comments
 (0)