Skip to content

Commit 61b1c3a

Browse files
authored
Merge pull request #41 from goedemiddag/feat/laravel-11-support
chore: add newer php versions for ci (8.2, 8.3)
2 parents e94d45e + 0b8fd60 commit 61b1c3a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- ubuntu-22.04
1414
php-versions:
1515
- "8.1"
16+
- "8.2"
17+
- "8.3"
1618
steps:
1719
- name: Checkout
1820
uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "goedemiddag/laravel-autodiscovery-lock",
33
"description": "Creates a lock file containing all the packages which are auto-discovered by Laravel.",
4-
"version": "2.1.2",
4+
"version": "2.2.0",
55
"keywords": [
66
"laravel",
77
"autodiscovery",

0 commit comments

Comments
 (0)