Skip to content

Commit

Permalink
Run tests on PHP 8.3 and 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Jan 15, 2025
1 parent 45e6c57 commit 100cfbf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: build
on:
pull_request:
push:
paths-ignore:
- ".github/**"
paths-ignore:
- "ReadMe.md"

jobs:
Expand All @@ -28,6 +27,10 @@ jobs:
coverage: none
- php-version: 8.2
coverage: none
- php-version: 8.3
coverage: none
- php-version: 8.4
coverage: none

steps:
- name: Checkout
Expand Down

0 comments on commit 100cfbf

Please sign in to comment.