Skip to content

Commit

Permalink
fixup! ci: Adapt integration test matrix to test against all backends…
Browse files Browse the repository at this point in the history
… on master, mysql for stable branches
  • Loading branch information
juliusknorr committed Feb 22, 2024
1 parent 1dc2e1b commit 123b5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
fail-fast: false
matrix:
server-versions: ['stable25', 'stable27', 'master']
php-versions: ['8.1']
databases: ['mysql']
include:
- php-versions: '8.1'
databases: 'mysql'
- server-versions: 'master'
php-versions: '8.3'
databases: 'pgsql'
Expand Down

0 comments on commit 123b5b2

Please sign in to comment.