Skip to content

Commit

Permalink
Changed line end to UNIX.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed May 30, 2023
1 parent b653808 commit cc0f732
Show file tree
Hide file tree
Showing 10 changed files with 12,830 additions and 12,836 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,27 @@ jobs:
fail-fast: false
matrix:
include:
<<<<<<< HEAD
=======
- php: 8.1
moodle-branch: MOODLE_401_STABLE
database: pgsql
- php: 8.1
moodle-branch: MOODLE_401_STABLE
database: mariadb

>>>>>>> 123e1fd (Pdfannotator comment subscription like forum fixes #20.)
- php: 8.0
moodle-branch: MOODLE_401_STABLE
database: pgsql
- php: 8.0
moodle-branch: MOODLE_401_STABLE
database: mariadb

<<<<<<< HEAD
- php: 8.0
moodle-branch: MOODLE_400_STABLE
database: pgsql
- php: 8.0
moodle-branch: MOODLE_400_STABLE
database: mariadb

=======
>>>>>>> 123e1fd (Pdfannotator comment subscription like forum fixes #20.)
- php: 7.4
moodle-branch: MOODLE_401_STABLE
database: pgsql
Expand Down Expand Up @@ -159,4 +153,4 @@ jobs:

- name: Behat features
if: ${{ always() }}
run: moodle-plugin-ci behat --profile chrome
run: moodle-plugin-ci behat --profile chrome
Loading

0 comments on commit cc0f732

Please sign in to comment.