Skip to content

Commit 31e6c6c

Browse files
committed
Release
1 parent 6450736 commit 31e6c6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: ['8.1', '8.2']
13-
laravel: ['10.*@dev']
13+
laravel: ['10.*']
1414
composer-flags: ['--prefer-stable']
1515
can-fail: [false]
1616
include:
1717
- php: '8.1'
18-
laravel: '10.*@dev'
18+
laravel: '10.*'
1919
composer-flags: '--prefer-stable --prefer-lowest'
2020
can-fail: false
2121

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
## 2.0.0 (2023-??-??)
3+
## 2.0.0 (2023-02-14)
44

55
- Consult the UPGRADE guide for changes between 1.x and 2.0

0 commit comments

Comments
 (0)