Skip to content

Commit

Permalink
Merge pull request #4450 from withanage/schedule-datasets
Browse files Browse the repository at this point in the history
 main branch schedule for php 8.2
  • Loading branch information
withanage authored Oct 1, 2024
2 parents 22ead1e + 85a2300 commit 8dd101f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: 8.1
- php-version: 8.2
validate: 'validate'
database: pgsql
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
- php-version: 8.2
validate: 'validate'
database: mariadb
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
- php-version: 8.2
validate: 'validate'
database: mysql
test: 'test'
Expand Down

0 comments on commit 8dd101f

Please sign in to comment.