Skip to content

Commit

Permalink
Allow PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jun 21, 2024
1 parent 8ce3d1b commit fb8bdc6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
include:
- operating-system: "ubuntu-latest"
php-version: "8.1"
php-version: "8.3"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
matrix:
include:
- operating-system: "ubuntu-latest"
php-version: "8.1"
php-version: "8.3"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -100,8 +100,8 @@ jobs:
strategy:
matrix:
operating-system: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
php-version: [ "7.4", "8.0", "8.1" ]
operating-system: [ "ubuntu-latest" ]
php-version: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
composer-flags: [ "" ]
experimental: [ false ]
include:
Expand All @@ -110,8 +110,16 @@ jobs:
composer-flags: "--prefer-lowest --prefer-stable"
experimental: false
- operating-system: "ubuntu-latest"
php-version: "8.2"
php-version: "8.4"
composer-flags: "--ignore-platform-req=php+"
experimental: true
- operating-system: "macos-latest"
php-version: "8.3"
composer-flags: ""
experimental: false
- operating-system: "windows-latest"
php-version: "8.3"
composer-flags: ""
experimental: false

steps:
Expand Down Expand Up @@ -162,7 +170,7 @@ jobs:
matrix:
include:
- operating-system: "ubuntu-latest"
php-version: "8.1"
php-version: "8.3"

steps:
- name: "Coveralls"
Expand All @@ -182,7 +190,7 @@ jobs:
matrix:
include:
- operating-system: "ubuntu-latest"
php-version: "8.1"
php-version: "8.3"

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"require": {
"php": ">=7.4.0 <8.3.0",
"php": "7.4 - 8.3",
"ext-dom": "*",
"orisai/exceptions": "^1.1.0",
"symfony/polyfill-php80": "^1.26.0"
Expand Down

0 comments on commit fb8bdc6

Please sign in to comment.