Skip to content

Commit

Permalink
Merge pull request #780 from withanage/ops-main-i9214-241001183800
Browse files Browse the repository at this point in the history
 main branch schedule for php 8.2
  • Loading branch information
withanage authored Oct 2, 2024
2 parents 35f0d8d + a6f777e commit 2e4bd63
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,24 @@ 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'
SAVE_BUILD: 'save_build'
upgrade: 'upgrade'
upgrade_test: 'stable-3_3_0,stable-3_4_0'
- php-version: 8.2
database: mysql
test: 'test'
- php-version: 8.2
database: pgsql
test: 'test'


name: ops
steps:
Expand Down

0 comments on commit 2e4bd63

Please sign in to comment.