Skip to content

Commit 3eec435

Browse files
Laravel: skip PHP 8.0 in CI.
1 parent c53a6db commit 3eec435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
php-version: 7.4
7777
- project: 'Instrumentation/Laravel'
7878
php-version: 7.4
79+
- project: 'Instrumentation/Laravel'
80+
php-version: 8.0
7981
- project: 'Instrumentation/CodeIgniter'
8082
php-version: 7.4
8183
- project: 'Instrumentation/Yii'

0 commit comments

Comments
 (0)