Skip to content

Commit

Permalink
TASK: Add php 8 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Nov 5, 2021
1 parent 67674cb commit df5b9ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
fail-fast: false
matrix:
php-versions: ['7.3', '7.4']
neos-versions: ['5.3', '7.0', '7.1']
neos-versions: ['5.3', '7.0', '7.2']
include:
- php-versions: '8.0'
neos-versions: '7.2'

runs-on: ubuntu-latest

Expand Down

0 comments on commit df5b9ad

Please sign in to comment.