Skip to content

Commit e93b070

Browse files
committed
Require PHP 8.0 in test
1 parent 626b5bd commit e93b070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
strategy:
77
matrix:
8-
php: ['7.4']
8+
php: ['8.0']
99
fail-fast: false
1010
name: PHP ${{ matrix.php }}
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)