Skip to content

Commit

Permalink
ci: Avoid GHA run on each push and pull request; Include PHP 8.4 in m…
Browse files Browse the repository at this point in the history
…atrix
  • Loading branch information
DannyvdSluijs committed Aug 9, 2024
1 parent bd4d321 commit 7f8d75a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: "Continuous Integration"

on:
- push
- pull_request
push:
branches:
- master
pull_request:
branches:
- master

env:
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist"
Expand All @@ -24,6 +28,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
dependencies: [highest]
experimental: [false]
include:
Expand Down

0 comments on commit 7f8d75a

Please sign in to comment.