Skip to content

Commit

Permalink
Bump PHP versions used in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Feb 25, 2024
1 parent ca162b2 commit d9a038d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- '7.4'
- '8.3'

steps:
- name: 'Checkout code'
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
include:
- php-version: '7.1.3'
dependency-versions: 'lowest' # Test lowest possible configuration
- php-version: '7.4'
- php-version: '8.0'
- php-version: '7.4' # Highest PHP 7 version
- php-version: '8.3' # Highest PHP 8 version

steps:
- name: 'Checkout code'
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- '7.4'
- '8.3'

steps:
- name: 'Checkout code'
Expand Down

0 comments on commit d9a038d

Please sign in to comment.