Skip to content

Commit

Permalink
set min 8.1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Jul 6, 2024
1 parent 63d9b1c commit b09626b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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

0 comments on commit b09626b

Please sign in to comment.