Skip to content

Commit

Permalink
Merge pull request #3130 from flangofas/patch-1
Browse files Browse the repository at this point in the history
Removed double defined PHP 7.4
  • Loading branch information
l0gicgate committed Dec 2, 2021
2 parents a728cc2 + d9f2499 commit 0a0b4fc
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 @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 7.4, 8.0, 8.1]
php: [7.4, 8.0, 8.1]
experimental: [false]
include:
- php: 8.1
Expand Down

0 comments on commit 0a0b4fc

Please sign in to comment.