Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Mar 13, 2024
1 parent 778bc40 commit 38c721b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1']
php: ['8.2']
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE']
database: ['mariadb', 'pgsql']
include:
- php: '8.2'
- php: '8.3'
moodle-branch: 'main'
database: 'pgsql'

Expand Down

0 comments on commit 38c721b

Please sign in to comment.