Skip to content

Commit

Permalink
Adds a few log files to gitignore and adds php8.4 to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjustein committed Nov 23, 2024
1 parent c03440a commit e97f6a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.2', '8.3', '8.4']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.2', '8.3', '8.4']

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
nb-configuration.xml

logs/
coverage.xml
infection-log.json

0 comments on commit e97f6a3

Please sign in to comment.