1
0
Fork 0

GH Actions: ensure linting is done against highest/lowest supported PHP version

`latest` in the matrix will always refer to the latest stable PHP release, which would now be PHP 8.0.
pull/9979/head
jrfnl 2021-06-21 21:05:19 +02:00
parent 617d63f40a
commit 4324b375af
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
matrix:
php-version:
- "5.3"
- "7.4"
- "latest"
steps:
- name: "Checkout"