Skip to content

Commit

Permalink
Update language
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Oct 7, 2024
1 parent 9a21961 commit a4321ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
moodle-branch: ['MOODLE_403_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE', 'main']
php: ['8.1', '8.2', '8.3']
moodle-branch: ['MOODLE_405_STABLE', 'main']
database: [pgsql, mariadb]
exclude:
- {moodle-branch: 'MOODLE_403_STABLE', php: '8.3', database: 'pgsql'}
- {moodle-branch: 'MOODLE_403_STABLE', php: '8.3', database: 'mariadb'}
- {moodle-branch: 'MOODLE_404_STABLE', php: '8.0', database: 'pgsql'}
- {moodle-branch: 'MOODLE_404_STABLE', php: '8.0', database: 'mariadb'}
- {moodle-branch: 'MOODLE_405_STABLE', php: '8.0', database: 'pgsql'}
- {moodle-branch: 'MOODLE_405_STABLE', php: '8.0', database: 'mariadb'}
- {moodle-branch: 'main', php: '8.0', database: 'pgsql'}
- {moodle-branch: 'main', php: '8.0', database: 'mariadb'}

steps:
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/manager.feature
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Feature: An admin can manage RSS feeds sitewide
And I should see "Dictionary"
When I follow "Delete"
And I press "Yes"
Then I should see "News feed deleted"
Then I should see "RSS feed deleted"
But I should not see "Jacob Grimm"
When I am on "Grimm's Fairy Tales" course homepage
Then I should not see "News from Moodle"
Expand Down

0 comments on commit a4321ec

Please sign in to comment.