diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 88bbed05..6903de17 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: ['8.2'] + php: ['8.3'] moodle-branch: ['MOODLE_404_STABLE'] database: ['pgsql'] @@ -83,7 +83,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.0', '8.1', '8.2'] + php: ['8.0', '8.1', '8.2', '8.3'] moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE'] database: ['mariadb', 'pgsql'] exclude: @@ -91,6 +91,12 @@ jobs: moodle-branch: 'MOODLE_404_STABLE' - php: '8.2' moodle-branch: 'MOODLE_401_STABLE' + - php: '8.3' + moodle-branch: 'MOODLE_401_STABLE' + - php: '8.3' + moodle-branch: 'MOODLE_402_STABLE' + - php: '8.3' + moodle-branch: 'MOODLE_403_STABLE' include: - php: '7.4' moodle-branch: 'MOODLE_401_STABLE' diff --git a/tests/behat/select_strategy.feature b/tests/behat/select_strategy.feature index 7883f557..18379847 100644 --- a/tests/behat/select_strategy.feature +++ b/tests/behat/select_strategy.feature @@ -4,13 +4,13 @@ Feature: When a teacher selects a strategy the appropriate options are displayed Background: Given the following "courses" exist: | fullname | shortname | category | groupmode | - | Course 1 | C1 | 0 | 1 | + | Course 1 | CO1 | 0 | 1 | And the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | And the following "course enrolments" exist: | user | course | role | - | teacher1 | C1 | editingteacher | + | teacher1 | CO1 | editingteacher | And I log in as "teacher1" And I am on "Course 1" course homepage with editing mode on And I add a ratingallocate to course "Course 1" section "1"