Skip to content

Commit

Permalink
TASK: Adjust test matrix to Neos 8.3 and php 8.0 as minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Sep 27, 2024
1 parent ccc42fc commit 781b7fb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2', '8.3']
neos-versions: ['8.3']
include:
- php-versions: '7.4'
neos-versions: '7.3'
- php-versions: '8.0'
neos-versions: '8.0'

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 781b7fb

Please sign in to comment.