Skip to content

Commit

Permalink
Use PHP 8.2 for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Nov 24, 2023
1 parent f3b8cd0 commit e42f29e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['8.1']
php-version: ['8.2']
include:
- operating-system: 'macos-latest'
php-version: '8.1'
php-version: '8.2'
- operating-system: 'windows-latest'
php-version: '8.1'
php-version: '8.2'

steps:
- name: "Checkout code"
Expand Down

0 comments on commit e42f29e

Please sign in to comment.