mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 13:32:43 +01:00
Compare commits
1 Commits
feature/up
...
feature/po
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a7f587b0a |
5
.github/workflows/phpunit.yml
vendored
5
.github/workflows/phpunit.yml
vendored
@@ -6,10 +6,13 @@ jobs:
|
||||
phpunit:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
strategy:
|
||||
matrix:
|
||||
postgres_version: [ 15, 16, 17 ]
|
||||
|
||||
services:
|
||||
pgsql_test:
|
||||
image: postgres:15
|
||||
image: postgres:${{ matrix.postgres_version }}
|
||||
env:
|
||||
PGPASSWORD: 'root'
|
||||
POSTGRES_DB: 'laravel'
|
||||
|
||||
Reference in New Issue
Block a user