Skip to content

Commit

Permalink
Drush 13, second attempt (#162)
Browse files Browse the repository at this point in the history
* Use drush 13.

* Update db scheme in CI.

* Update db scheme in CI.

* Update to not test on 8.1.
  • Loading branch information
rosiel committed Aug 21, 2024
1 parent d126bd2 commit d8ec762
Show file tree
Hide file tree
Showing 3 changed files with 430 additions and 156 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ 8.1, 8.2, 8.3 ]
php-versions: [ 8.2, 8.3 ]

name: PHP ${{ matrix.php-versions }}

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Test site installation
shell: bash
run: composer exec -- drush site:install --existing-config --db-url=sqlite:test_db
run: composer exec -- drush site:install --existing-config --db-url=sqlite://sites/test_db

- name: Inspect configuration
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"drupal/twig_tweak": "^3.2",
"drupal/views_data_export": "^1.2",
"drupal/views_field_view": "^1.0@beta",
"drush/drush": "^12",
"drush/drush": "^13",
"islandora-rdm/islandora_fits": "dev-8.x-1.x as 1.x-dev",
"islandora/views_nested_details": "^1.0",
"library/pdf.js": "^2.4",
Expand Down
Loading

0 comments on commit d8ec762

Please sign in to comment.