Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 19, 2021
1 parent e80f6c0 commit 855a811
Show file tree
Hide file tree
Showing 197 changed files with 3,124 additions and 7,778 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
php: [8.0]
stability: [prefer-lowest]

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to `wordpress-ray` will be documented in this file.

## 1.2.0 - 2021-01-19

- upgrade ray to 1.13.0

### 1.1.1 - 2021-01-17

- fix for dumping dates (#25)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^7.4|^8.0",
"spatie/ray": "^1.9.1"
"spatie/ray": "^1.13.0"
},
"require-dev": {
"composer/installers": "^1.9",
Expand Down

0 comments on commit 855a811

Please sign in to comment.