Skip to content

Commit

Permalink
Update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Jan 16, 2025
1 parent 35f7756 commit a305b08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.2'
coverage: none

- name: composer install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PHP Compatibility

env:
COMPOSER_VERSION: "1"
COMPOSER_VERSION: "2"
COMPOSER_CACHE: "${{ github.workspace }}/.composer-cache"

on:
Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]

steps:
- name: Checkout
Expand All @@ -41,9 +41,9 @@ jobs:
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.2'
coverage: none
tools: prestissimo, composer:v1
tools: prestissimo, composer:v2

- name: Install dependencies
run: composer install
Expand Down

0 comments on commit a305b08

Please sign in to comment.