Skip to content
Snippets Groups Projects
Commit 77753bf5 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Add all supported PHP-versions to the matrix

parent 259dfd92
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ jobs: ...@@ -14,7 +14,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
operating-system: [ubuntu-latest, windows-latest] operating-system: [ubuntu-latest, windows-latest]
php-versions: ['7.4'] php-versions: ['7.1', '7.2', '7.3', '7.4']
steps: steps:
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment