Skip to content

Commit

Permalink
Tweak ci to test against 405 with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Oct 3, 2024
1 parent 9336794 commit ffcfa20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.2'
moodle-branch: 'master'
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariadb'
# - php: '8.1'
# moodle-branch: 'master'
Expand Down

0 comments on commit ffcfa20

Please sign in to comment.