Skip to content

Commit

Permalink
fixed legacy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Sep 12, 2024
1 parent bcefd0d commit 34caec0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jump-start-config-sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,17 +367,17 @@ jobs:
vendor/bin/drush -v cron
run-legacy-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

needs: generate-config-sets

continue-on-error: ${{ matrix.experimental }}

strategy:
matrix:
drupal: ['10.2', '10.3']
drupal: ['10.3']
solr: ['3']
php: ['8.2']
php: ['8.2', '8.3']
experimental: [false]

name: Drupal ${{ matrix.drupal }}, Solr ${{ matrix.solr }}, PHP ${{ matrix.php }}
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
- name: Start Solr ${{ matrix.solr }}
run: |
cd solr/solr${{ matrix.solr }}
docker-compose up -d
docker compose up -d
- name: Checkout drupal
uses: actions/checkout@v4
Expand Down

0 comments on commit 34caec0

Please sign in to comment.