Skip to content

Commit

Permalink
Make lint run on php8
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Dec 15, 2020
1 parent e3cb6e0 commit b8dfcf0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
php-version:
- "5.3"
- "7.4"
- "8.0"

steps:
- name: "Checkout"
Expand All @@ -24,8 +24,6 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
extensions: "intl"
ini-values: "memory_limit=-1"
php-version: "${{ matrix.php-version }}"

- name: "Lint PHP files"
Expand Down

0 comments on commit b8dfcf0

Please sign in to comment.