Skip to content

Commit

Permalink
Run CI with PHP 8.3 (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Aug 26, 2023
1 parent 2ca50ce commit 009674a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -45,18 +45,20 @@ jobs:
strategy:
max-parallel: 10
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
psr7: ['^1.9.1', '^2.4.5']
include:
- php: '8.0'
psr7: '^1.9.1@dev'
- php: '8.2'
- php: '8.3'
psr7: '^2.5.0@dev'
exclude:
- php: '8.1'
psr7: '^1.9.1'
- php: '8.2'
psr7: '^1.9.1'
- php: '8.3'
psr7: '^1.9.1'

steps:
- name: Set up PHP
Expand Down Expand Up @@ -92,7 +94,7 @@ jobs:
strategy:
max-parallel: 10
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Set up PHP
Expand Down

0 comments on commit 009674a

Please sign in to comment.