Skip to content

Commit

Permalink
Remove php 7.3 from automated testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Mar 27, 2024
1 parent a07e4ba commit 5f2bd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ["7.3", "7.4", "8.2"]
php_version: ["7.4", "8.2"]

services:
mariadb:
Expand Down

0 comments on commit 5f2bd1d

Please sign in to comment.