Skip to content

Commit

Permalink
main branch schedule for php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Sep 30, 2024
1 parent 22ead1e commit 85a2300
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 85a2300

Please sign in to comment.