diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 920f4b4..85e680e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,9 @@ jobs: strategy: matrix: - php: [ 8.4, 8.3, 8.2 ] - database: [ mysql, mariadb, pgsql, sqlite, sqlsrv, singlestore, oracle, firebird ] - release: [ stable, lowest ] + php: [ 8.3, 8.2 ] + database: [ firebird ] + release: [ stable ] exclude: # TODO - php: 8.4 database: oracle