Skip to content

Commit

Permalink
Revert "test against php 8.3"
Browse files Browse the repository at this point in the history
This reverts commit 657e0bb.
  • Loading branch information
Baptouuuu committed Sep 16, 2023
1 parent e8c44de commit fad9c32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['8.2', '8.3']
php-version: ['8.2']
dependencies: ['lowest', 'highest']
name: 'PHPUnit'
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['8.2', '8.3']
php-version: ['8.2']
dependency-versions: ['lowest', 'highest']
name: 'BlackBox'
steps:
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['8.2', '8.3']
php-version: ['8.2']
dependency-versions: ['lowest', 'highest']
name: 'BlackBox Coverage'
steps:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['8.2', '8.3']
php-version: ['8.2']
name: 'Coverage'
steps:
- name: Checkout
Expand All @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.2', '8.3']
php-version: ['8.2']
dependencies: ['lowest', 'highest']
name: 'Psalm'
steps:
Expand Down

0 comments on commit fad9c32

Please sign in to comment.