Skip to content

Commit

Permalink
remove php 8.0 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Jan 26, 2024
1 parent b74311f commit c02cfbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: bcmath, gmp, intl, dom, mbstring

- name: Setup Problem Matchers for PHPUnit
Expand All @@ -37,7 +37,6 @@ jobs:
strategy:
matrix:
php:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
Expand Down

0 comments on commit c02cfbe

Please sign in to comment.