Skip to content

Commit

Permalink
[TASK] Test more PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed May 1, 2024
1 parent 6eaa7fb commit 9df05b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
matrix:
env:
- { php: 7.4, TYPO3_VERSION: ^11.0, TESTING_FRAMEWORK: 7.x-dev }
- { php: 8.0, TYPO3_VERSION: ^11.0, TESTING_FRAMEWORK: 7.x-dev, experimental: true }
- { php: 8.1, TYPO3_VERSION: ^11.0, TESTING_FRAMEWORK: 7.x-dev, experimental: true }
- { php: 8.0, TYPO3_VERSION: ^11.0, TESTING_FRAMEWORK: 7.x-dev }
- { php: 8.1, TYPO3_VERSION: ^11.0, TESTING_FRAMEWORK: 7.x-dev }
- { php: 8.2, TYPO3_VERSION: ^11.0, TESTING_FRAMEWORK: 7.x-dev, experimental: true }
- { php: 8.1, TYPO3_VERSION: ^12, TESTING_FRAMEWORK: 7.x-dev, experimental: true }
- { php: 8.2, TYPO3_VERSION: ^12, TESTING_FRAMEWORK: 7.x-dev, experimental: true }
- { php: 8.3, TYPO3_VERSION: ^12, TESTING_FRAMEWORK: 7.x-dev, experimental: true }

env: ${{ matrix.env }}

Expand Down

0 comments on commit 9df05b2

Please sign in to comment.