Skip to content

Commit

Permalink
run on 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Oct 17, 2024
1 parent 4b6f871 commit 4cb9c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.2]
php: [8.3]
stability: [prefer-lowest, prefer-stable]
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: setup php
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: mbstring
- name: install dependencies
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
- name: setup php
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: mbstring
coverage: xdebug
- name: install dependencies
Expand Down

0 comments on commit 4cb9c63

Please sign in to comment.