Skip to content

Commit

Permalink
[TASK] Update ci pipeline parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
elbebass committed Apr 26, 2022
1 parent 0bbf121 commit 767d81c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
27 changes: 10 additions & 17 deletions .github/workflows/ci.yaml
Expand Up @@ -9,10 +9,10 @@ on:
jobs:
integration:
name: Integration tests
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: [7.2, 7.3, 7.4, 8.0]
php-version: [7.4, 8.0]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -27,36 +27,29 @@ jobs:
phpunit:
needs: integration
name: PHP ${{ matrix.php-version }} - T3 ${{ matrix.typo3-version }}
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
experimental: [false]
php-version: [7.4]
typo3-version: [^10.4]
include:
- php-version: 7.4
typo3-version: 10.4.x-dev
experimental: true
typo3-version: ^10.4
experimental: false

- php-version: 7.4
typo3-version: ^11.5
experimental: false

- php-version: 7.4
typo3-version: dev-master
experimental: true

- php-version: 8.0
typo3-version: 11.5.x-dev
experimental: true

- php-version: 8.0
typo3-version: ^11.5
experimental: false

- php-version: 8.0
typo3-version: dev-master
typo3-version: 11.5.x-dev
experimental: true

- php-version: 8.1
typo3-version: dev-main
experimental: true
env:
PHP_VERSION: ${{ matrix.php-version }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -35,8 +35,8 @@
"symfony/console": "^4.4 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5.21",
"typo3/testing-framework": "^6.11"
"phpunit/phpunit": "^9.5.20",
"typo3/testing-framework": "^6.16"
},
"suggest": {
"jaybizzle/crawler-detect": "If you do not want to redirect bots.",
Expand Down

0 comments on commit 767d81c

Please sign in to comment.