Skip to content

Commit

Permalink
bump to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
claudemyburgh committed Mar 15, 2024
1 parent 5d7eac7 commit 6a1c67c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Install composer dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
laravel: [10.*]
php: [8.2, 8.3]
laravel: [11`.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
- laravel: 11.*
testbench: 8.*
carbon: ^2.63

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"laravel",
"laravel-datatables"
],
"version": "2.0",
"homepage": "https://github.com/designbycode/laravel-datatables",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 6a1c67c

Please sign in to comment.