Skip to content

Commit

Permalink
I tend to forget how bash actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jan 8, 2024
1 parent 341d60b commit 186c3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
composer require "laravel/framework:${{ matrix.laravel }}.*" --no-update -v
is_smaller_version() [[ $(echo -e "$1\n$2"|sort -V|head -1) != $2 ]]
is_smaller_version "${{ matrix.laravel }}" "10.38.2" && composer req "doctrine/dbal:^3.5.1" --no-update
is_smaller_version "${{ matrix.laravel }}" "10.38.2" && composer req "doctrine/dbal:^3.5.1" --no-update || true
- name: Composer Install
run: composer install --prefer-dist --no-progress --no-interaction
- name: Create SQLite Database
Expand Down

0 comments on commit 186c3b2

Please sign in to comment.