Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update phpunit-sqlite.yml
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored Jan 1, 2024
commit 14c1abf7a74403f6a7298f6e6d982311e84757c6
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

strategy:
matrix:
php-versions: ['8.2']
server-versions: ['master']
php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['stable28']

steps:
- name: Set app env
Expand Down