Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add solr 9 image and config #393

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set behat stability to php 8.1
  • Loading branch information
Robert Ragas committed Jan 16, 2024
commit 374e60dcff1215a620daac55a8bb34e6c45e8219
4 changes: 2 additions & 2 deletions .github/workflows/behat-stability-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-22.04
steps:
# Set PHP version to 8.0
# Set PHP version to 8.1
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none # disable xdebug, pcov
tools: cs2pr

Expand Down
Loading