Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Apr 21, 2024
1 parent 0307859 commit 20e1d7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [8.2, 8.3]
php-version: ['8.2', '8.3']
include:
- php-version: '8.4'
flags: "--ignore-platform-req=php"

steps:
- name: Checkout code
Expand All @@ -35,7 +38,7 @@ jobs:
max_attempts: 3
command: |
touch database/database.sqlite
composer install --prefer-dist --no-interaction --no-progress
composer install --prefer-dist --no-interaction --no-progress ${{ matrix.flags }}
- name: Install Dependencies (NPM)
uses: nick-fields/retry@v3
Expand Down

0 comments on commit 20e1d7d

Please sign in to comment.