php 7.4 is stable now

autocomplete
Shish 3 years ago
parent 926cdc31a8
commit 05a1b63061
  1. 2
      .github/workflows/test_and_publish.yml

@ -13,7 +13,7 @@ jobs:
max-parallel: 3
fail-fast: false
matrix:
php: ['7.3']
php: ['7.3', '7.4']
database: ['pgsql', 'mysql', 'sqlite']
runs-on: ubuntu-latest

Loading…
Cancel
Save