Skip to content

Commit

Permalink
Fixing CI (#1)
Browse files Browse the repository at this point in the history
Fixing the CI build
  • Loading branch information
awjudd authored Jul 11, 2021
1 parent f84eff6 commit 58f7110
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 7.4]
php: [8.0]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ composer.phar
composer.lock
.DS_Store
Thumbs.db
/phpunit.xml
/.idea
/.vscode
.phpunit.result.cache
.phpunit.result.cache
report.junit.xml
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

A quick and easy dictionary implementation for PHP.

This package was initially ported (and upgraded) from [here](https://github.com/dpolac/dictionary).

## Installation

You can install the package via composer:
Expand Down
82 changes: 0 additions & 82 deletions build/report.junit.xml

This file was deleted.

Loading

0 comments on commit 58f7110

Please sign in to comment.