Skip to content

Commit

Permalink
test against Moodle main and 4.4 stable with PHP 8.3, drop tests agai…
Browse files Browse the repository at this point in the history
…nst M4.1 and M4.2.
  • Loading branch information
stopfstedt committed Jun 5, 2024
1 parent 3344bb0 commit fba1896
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,15 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.2'
- php: '8.3'
moodle-branch: 'main'
database: 'mariadb'
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_401_STABLE'
database: 'mariadb'
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit fba1896

Please sign in to comment.