Skip to content

Commit

Permalink
Internal: Remove automated testing on PHP 7.2 and 7.3: we officially …
Browse files Browse the repository at this point in the history
…only support 7.4 now (which is a temporary situation until the release of 2.0).
  • Loading branch information
ywarnier committed Jul 21, 2023
1 parent 0359bd5 commit 6c27db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.4']

services:
mysql:
Expand Down

0 comments on commit 6c27db4

Please sign in to comment.