Skip to content

Commit

Permalink
Fix minimum PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 12, 2024
1 parent c99bfcf commit 94d4dd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
# Should be the lowest supported version
php-version: '8.0'
php-version: '8.1'
extensions: ctype, date, filter, pcre, spl
tools: composer
coverage: none
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.0', '8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3']

steps:
- name: Setup PHP, with composer and extensions
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
fail-fast: true
matrix:
operating-system: [windows-latest]
php-versions: ['8.0', '8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3']

steps:
- name: Setup PHP, with composer and extensions
Expand Down

0 comments on commit 94d4dd3

Please sign in to comment.