Skip to content

Commit

Permalink
Drop PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rdohms committed Oct 13, 2021
1 parent aa381fa commit fa2fb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-cs-checker.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.x, 7.4]
php: [8.x]

steps:
- name: Checkout code
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.x, 7.4]
php: [8.x]

steps:
- name: Checkout code
Expand Down

0 comments on commit fa2fb1a

Please sign in to comment.