Skip to content

Commit

Permalink
Fix php version in composer.json
Browse files Browse the repository at this point in the history
Add PHP 8.1 to CI

Remove .gitattributes

Remove PR Templates directory

Run CI only on ubuntu
  • Loading branch information
shivammathur committed Apr 24, 2021
1 parent 9d52c6b commit dfe1b79
Show file tree
Hide file tree
Showing 8 changed files with 496 additions and 806 deletions.
18 changes: 0 additions & 18 deletions .gitattributes

This file was deleted.

30 changes: 0 additions & 30 deletions .github/PULL_REQUEST_TEMPLATE/FAILING_TEST.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/PULL_REQUEST_TEMPLATE/FIX.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/PULL_REQUEST_TEMPLATE/IMPROVEMENT.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/PULL_REQUEST_TEMPLATE/NEW_FEATURE.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
build:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['7.4', '8.0']
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.4",
"php": ">=7.4",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand Down
Loading

0 comments on commit dfe1b79

Please sign in to comment.