fix EggSeeder.php

This commit is contained in:
Matthew Penner
2021-01-15 18:12:41 -07:00
parent 4351400664
commit 92d0296d6c
3 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
php: [7.3, 7.4]
name: PHP ${{ matrix.php }}
steps:
- name: checkout