Skip to content

Commit

Permalink
Bump PHP version used in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Feb 25, 2024
1 parent b7043bd commit 5268bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- '8.2'
- '8.3'

steps:
- name: 'Checkout code'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- php-version: '7.1.3'
dependency-versions: 'lowest' # Lowest possible configuration
- php-version: '7.4' # Highest possible 7 version
- php-version: '8.2' # Highest possible 8 version
- php-version: '8.3' # Highest possible 8 version

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

steps:
- name: 'Checkout code'
Expand Down

0 comments on commit 5268bb3

Please sign in to comment.