Skip to content

Commit

Permalink
fix: remove 8.0 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Dec 21, 2023
1 parent 153a42d commit 1f6ee99
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" ]
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 1f6ee99

Please sign in to comment.