Skip to content

Commit

Permalink
firebird-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Aug 25, 2024
1 parent 98d26a6 commit a4d024f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4d024f

Please sign in to comment.