Skip to content

Commit

Permalink
set compatibility only before Contao 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
av3 committed Sep 10, 2024
1 parent c3d181c commit 8ce83a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 34 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,31 +186,3 @@ jobs:
- name: Run the unit tests
run: vendor/bin/phpunit --colors=always

phpunit_c54:
name: PHP ${{ matrix.php }} Contao 5.4
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [ 8.1, 8.2, 8.3 ]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, fileinfo, filter, gd, hash, intl, json, mbstring, mysqli, pcre, pdo_mysql, zlib
coverage: xdebug
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout
uses: actions/checkout@v4

- name: Install the dependencies
run: |
composer require contao/core-bundle "5.4.*"
composer install --no-interaction --no-progress
- name: Run the unit tests
run: vendor/bin/phpunit --colors=always
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![etracker.svg](etracker.svg)

Mit diesem Bundle kann etracker Analytics einfach in Contao eingebunden werden. Kompatibel zu Contao 4.13 und neuer,
einschließlich Contao 5.3.
einschließlich Contao 5.3. Contao 5.4 wird noch nicht unterstützt.

Es handelt sich noch um eine Vorab-Version in der aktiven Entwicklungs- und Testphase. Jedes Feedback (via Github, im
Contao-Forum oder per E-Mail) ist willkommen.
Expand Down Expand Up @@ -38,7 +38,7 @@ Contao-Forum oder per E-Mail) ist willkommen.

## Voraussetzzungen

* Contao 4.13 oder neuer
* Contao 4.13 oder neuer (bis einschließlich Contao 5.3)
* PHP 8.1 oder höher
* [etracker-Konto](https://www.xenbyte.com/go-etracker) (kostenpflichtig)

Expand Down
4 changes: 2 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# etracker Analytics for Contao CMS (inofficial extension)

With this bundle, etracker Analytics can be easily integrated into Contao. It's compatible with Contao 4.13 and newer,
including Contao 5.3.
including Contao 5.3. Contao 5.4 is currently not supported.

This is still a pre-release version in the active development and testing phase.

Expand All @@ -27,7 +27,7 @@ This is still a pre-release version in the active development and testing phase.
* segments: https://www.etracker.com/docs/integration-setup/tracking-code-sdks/tracking-code-integration/eigene-segmente/

## Requirements
* Contao 4.13 or newer
* Contao 4.13 or newer (including Contao 5.3)
* PHP 8.0 or newer
* etracker account (chargeable)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require": {
"php": "^8.1",
"ext-dom": "*",
"contao/core-bundle": "^4.13 || ^5.0"
"contao/core-bundle": "^4.13 || ^5.0 <5.4"
},
"config": {
"sort-packages": true,
Expand All @@ -41,7 +41,7 @@
"bamarni/composer-bin-plugin": "^1.5",
"contao/easy-coding-standard": "^6.13",
"contao/manager-plugin": "^2.0",
"contao/test-case": "^4.13 || ^5.0",
"contao/test-case": "^4.13 || ^5.0 <5.4",
"phpunit/phpunit": "^9.3",
"symfony/phpunit-bridge": "^5.4"
},
Expand Down

0 comments on commit 8ce83a4

Please sign in to comment.