Skip to content

Commit

Permalink
Drop PHP 7.4 and 8.0
Browse files Browse the repository at this point in the history
Ref: 226a88a
  • Loading branch information
williamdes committed Dec 16, 2023
1 parent 7e7697f commit 1fb64ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
php-version: ["8.1", "8.2", "8.3"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1fb64ef

Please sign in to comment.