Skip to content

Commit

Permalink
chore(#46): laravel-11-support
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel.majchrowicz committed Apr 17, 2024
1 parent 4231686 commit 85fbd17
Show file tree
Hide file tree
Showing 4 changed files with 1,429 additions and 665 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2]
laravel: [9.*, 10.*]
laravel: [9.*, 10.*, 11*]
include:
- laravel: 11.*
testbench: 8
- laravel: 10.*
testbench: 8
- laravel: 9.*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-fpm
FROM php:8.2-fpm

RUN apt-get update \
&& apt-get -y install libzip-dev zlib1g-dev git zip unzip libicu-dev g++ libbz2-dev libmemcached-dev \
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"minimum-stability": "dev",
"require": {
"php": "^8.1",
"illuminate/contracts": "^9.0|^10.0",
"php": "^8.2",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"monolog/monolog": "^2.0|^3",
"guzzlehttp/guzzle": "^7.4.5"
},
Expand Down
Loading

0 comments on commit 85fbd17

Please sign in to comment.