Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Nov 5, 2024
1 parent 148f894 commit 8bdcfa0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: 8.1
- php-version: 8.2
validate: 'validate'
- php-version: 8.1
- php-version: 8.2
database: pgsql
test: 'test'
- php-version: 8.1
- php-version: 8.2
database: mariadb
test: 'test'
- php-version: 8.1
database: mysql
test: 'test'
upgrade: 'upgrade'
upgrade_test: 'stable-3_3_0,stable-3_4_0'
- php-version: 8.2
- php-version: 8.3
database: mysql
test: 'test'
- php-version: 8.2
- php-version: 8.3
database: pgsql
test: 'test'

Expand All @@ -39,4 +39,4 @@ jobs:
with:
node_version: 20
dataset_branch: 'main'
DEBUG_IN_TMATE: false
DEBUG_IN_TMATE: false

0 comments on commit 8bdcfa0

Please sign in to comment.