Skip to content

Commit

Permalink
chore: Upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed Dec 26, 2023
1 parent 1edda3d commit 991d8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
tools: composer:v2
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'

- uses: actions/checkout@v2

Expand Down

0 comments on commit 991d8f7

Please sign in to comment.