Skip to content
Snippets Groups Projects
Unverified Commit 12f322d8 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Also lint php8

parent f8a2c08c
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ jobs: ...@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
php-versions: ['7.3', '7.4'] php-versions: ['7.3', '7.4', '8.0']
name: php${{ matrix.php-versions }} lint name: php${{ matrix.php-versions }} lint
steps: steps:
- name: Checkout - name: Checkout
......
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