This commit is contained in:
李铭昕 2024-06-06 16:18:51 +08:00 committed by GitHub
parent 01a5aad411
commit 17a1450ddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
schedule:
- cron: '0 2 * * *'
env:
SW_VERSION: 'v5.1.2'
SW_VERSION: 'v5.1.3'
jobs:
database:
name: Test for Database

View File

@ -36,7 +36,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php-version: [ '8.3', '8.2', '8.1' ]
sw-version: [ 'v5.0.3', 'v5.1.2', 'master' ]
sw-version: [ 'v5.0.3', 'v5.1.3', 'master' ]
exclude:
- php-version: '8.3'
sw-version: 'v5.0.3'