Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Nov 3, 2024
1 parent 19559e4 commit 33e26a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-22.04"]
php: ["8.2", "8.3"]
php: ["8.3"]
laravel: ["^11.0"]
dependency-version: ["highest"]

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: composer exec -- phpunit

- name: Send coverage to Coveralls
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.php == '8.2' && matrix.laravel == '^11.0' }}
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.php == '8.3' && matrix.laravel == '^11.0' }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.3.0",
"conedevelopment/root": "^2.2.5"
},
"require-dev": {
Expand Down

0 comments on commit 33e26a8

Please sign in to comment.