Skip to content

Commit

Permalink
Update Composer to 2.5 and ES to 8.7.1 in mage-os_nightly_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench authored Dec 10, 2023
1 parent 9b3f3c8 commit 3c40d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mage-os_nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.1
ports:
- 9200
- 9300
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
tools: composer:2.2.17
tools: composer:2.5
php-version: '8.2'
extensions: mbstring, intl, zip
coverage: none
Expand Down

0 comments on commit 3c40d53

Please sign in to comment.