Skip to content

Commit 932430e

Browse files
Merge branch '1.x' into l11-compatibility
2 parents 787413c + eac376d commit 932430e

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/workflows/tests.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: ['8.2', '8.3']
15-
laravel: ['10.0', '10.30', '11.0']
16-
14+
php: ['8.0', '8.1', '8.2', '8.3']
15+
laravel: ['9.2', '9.52', '10.0', '10.32', '11.x']
16+
exclude:
17+
- php: '8.0'
18+
laravel: '10.0'
19+
- php: '8.0'
20+
laravel: '10.32'
1721
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1822

1923
steps:

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919

2020
# 1.x Series
2121

22+
## 1.7.1
23+
##### 2023-11-17
24+
25+
- Added PHP 8.3 support
26+
2227
## 1.7.0
2328
##### 2023-02-17
2429

src/resources/manifest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
return [
66
'name' => 'Konekt Acl Module',
7-
'version' => '2.x-dev'
7+
'version' => '1.7.1',
88
];

0 commit comments

Comments
 (0)