Skip to content

Commit

Permalink
Bump PHP version for non-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed May 28, 2023
1 parent 779e41e commit a984162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- '7.4'
- '8.2'

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

steps:
- name: 'Checkout code'
Expand Down

0 comments on commit a984162

Please sign in to comment.