Skip to content

Commit

Permalink
Run plugin CI only on the lowest and highest supported PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jul 8, 2024
1 parent 4c30d16 commit 876c7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.1']
moodle-branch: ['MOODLE_401_STABLE']
database: [pgsql, mariadb]

Expand Down

0 comments on commit 876c7a1

Please sign in to comment.