Skip to content

Commit

Permalink
removed 4.2 from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Oct 3, 2023
1 parent f5c7e6c commit a958662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
# - php: '8.1'
# moodle-branch: 'MOODLE_402_STABLE'
# database: 'mariadb'
- php: '8.1'
moodle-branch: 'master'
database: 'pgsql'
Expand Down

0 comments on commit a958662

Please sign in to comment.