Skip to content

Commit

Permalink
use PHP 8.1 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Dec 21, 2023
1 parent 2c0348b commit 019e040
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none
tools: composer

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none
tools: composer

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
fail-fast: false
matrix:
dependencies: [ "locked", "highest" ]
php-version: [ "8.0" , "8.1", "8.2" ]
php-version: [ "8.1", "8.2", "8.3" ]
operating-system:
- "ubuntu-latest"
steps:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: xdebug
tools: composer

Expand Down

0 comments on commit 019e040

Please sign in to comment.