Skip to content

Commit

Permalink
IBX-818: [Composer] Forced PHP 7.4 (#2)
Browse files Browse the repository at this point in the history
* IBX-818: [Composer] Forced PHP 7.4

* [Travis] Bumped PHP version to 7.4

* [GitHub Actions] Dropped testing on PHP 7.3
  • Loading branch information
alongosz authored Aug 2, 2021
1 parent 3a8b016 commit d078728
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
matrix:
experimental: [ false ]
php:
- '7.3'
- '7.4'
composer_options: [ "" ]

Expand Down Expand Up @@ -79,7 +78,6 @@ jobs:
matrix:
experimental: [ false ]
php:
- '7.3'
- '7.4'
composer_options: [ "" ]

Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ env:
matrix:
fast_finish: true
include:
# 7.3
# 7.4
- name: "Kernel Behat Core tests"
php: 7.3
php: 7.4
env:
- COMPOSE_FILE="doc/docker/base-dev.yml:doc/docker/selenium.yml"
- BEHAT_OPTS="--mode=standard --profile=core --tags=~@broken -c=behat_ibexa_oss.yaml"
- APP_ENV=behat
- APP_DEBUG=1
- PROJECT_VERSION=^4.0.x-dev
- name: 'Solr 7.7.3 integration tests (using shared cores) with Redis cache pool'
php: 7.3
php: 7.4
env: SOLR_VERSION="7.7.3" TEST_CONFIG="phpunit-integration-legacy-solr.xml" CUSTOM_CACHE_POOL="singleredis" CORES_SETUP="shared" SOLR_CONFIG="vendor/ezsystems/ezplatform-solr-search-engine/lib/Resources/config/solr/schema.xml vendor/ezsystems/ezplatform-solr-search-engine/lib/Resources/config/solr/custom-fields-types.xml vendor/ezsystems/ezplatform-solr-search-engine/lib/Resources/config/solr/language-fieldtypes.xml" JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/jre/"
- name: 'MySQL integration tests'
php: 7.3
php: 7.4
env: TEST_CONFIG="phpunit-integration-legacy.xml" DB="mysql" DATABASE="mysql://root@localhost/testdb"

# test only master, stable branches and pull requests
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php-64bit": "For support of more than 30 languages, a 64bit php installation on all involved prod/dev machines is required"
},
"require": {
"php": "^7.3",
"php": "^7.4",
"ext-ctype": "*",
"ext-fileinfo": "*",
"ext-intl": "*",
Expand Down

0 comments on commit d078728

Please sign in to comment.