GH actions: Remove PHP 7.3

pull/3733/head
Julio Montoya 4 years ago
parent d4b748c5df
commit 6308917383
  1. 2
      .github/workflows/php.yml

@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.4', '8.0']
services:
mysql:

Loading…
Cancel
Save