Skip to content

Commit

Permalink
ci: Enable CI for MW 1.41, 1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored May 6, 2024
1 parent 3050489 commit fd85040
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- mw: 'REL1_40'
php: 8.1
experimental: true
- mw: 'REL1_41'
php: 8.1
experimental: true
- mw: 'REL1_42'
php: 8.1
experimental: true
- mw: 'master'
php: 8.1
experimental: true
Expand Down Expand Up @@ -71,4 +77,4 @@ jobs:
run: composer update

- name: Run PHPUnit
run: composer phpunit:entrypoint -- --group EmbedVideo
run: composer phpunit:entrypoint -- --group EmbedVideo

0 comments on commit fd85040

Please sign in to comment.