Skip to content

Commit

Permalink
add experimental support for new moodle release 4.4 with php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed May 14, 2024
1 parent a46f6dc commit bc10548
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ jobs:
exclude:
- php: '8.2'
moodle-branch: 'MOODLE_401_STABLE'
# include:
# - php: '8.1'
# moodle-branch: 'MOODLE_403_STABLE'
# database: mariadb
# experimental: true
include:
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
database: mariadb
experimental: true
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
database: pgsql
experimental: true

continue-on-error: ${{ matrix.experimental }}

Expand Down Expand Up @@ -143,8 +147,3 @@ jobs:
run: |
# "pending completion" coveralls issue also appeared directly using php-coveralls
moodle-plugin-ci coveralls-upload
# There are no behat tests
# - name: Behat features
# if: ${{ always() }}
# run: moodle-plugin-ci behat --profile chrome

0 comments on commit bc10548

Please sign in to comment.