Skip to content

Commit

Permalink
Add AbstractDtoTestCase to automatically test simple models
Browse files Browse the repository at this point in the history
  • Loading branch information
123jkarssen authored Jul 24, 2024
1 parent 234fecb commit c0ed092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
php-versions: ['8.0', '8.1', '8.2', '8.3']
composer-flags: ['', '--prefer-lowest']
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.0
coverage: none

- name: Install dependencies
Expand Down

0 comments on commit c0ed092

Please sign in to comment.