Skip to content

Commit

Permalink
#1108 Switch to Solr 9.5 for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Apr 9, 2024
1 parent af3e8e3 commit 0901a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
versions: [{php: '7.1', solr: '7.7.3'}, {php: '8.1', solr: '9.4.0'}]
versions: [{php: '7.1', solr: '7.7.3'}, {php: '8.1', solr: '9.5.0'}]
fail-fast: false

name: PHP ${{ matrix.versions.php }} Test
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Vagrant.configure("2") do |config|
config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
config.vm.network "forwarded_port", guest: 8983, host: 9983, host_ip: "127.0.0.1"

ENV['SOLR_VERSION']="9.4.0"
ENV['SOLR_VERSION']="9.5.0"

config.vm.provision "Install required software...", type: "shell", inline: $software
config.vm.provision "Install pandoc...", type: "shell", inline: $pandoc
Expand Down

0 comments on commit 0901a06

Please sign in to comment.