1
0
Fork 0

GH Actions: update the CI workflow for the release of PHP 8.3 (#11726)

PHP 8.4 has been added as experimental.
And the "high" PHP builds for the variations have been updated to use PHP 8.3.

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
pull/11753/head
Juliette 2023-12-08 18:25:18 +01:00 committed by GitHub
parent cc2568216c
commit 6385079695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -44,26 +44,26 @@ jobs:
dependencies: lowest
os: ubuntu-latest
experimental: false
- php-version: "8.1"
- php-version: "8.3"
dependencies: highest
os: ubuntu-latest
experimental: false
- php-version: "8.1"
- php-version: "8.3"
os: windows-latest
dependencies: locked
experimental: false
- php-version: "8.1"
- php-version: "8.3"
os: macos-latest
dependencies: locked
experimental: false
- php-version: "8.3"
- php-version: "8.4"
dependencies: lowest-ignore
os: ubuntu-latest
experimental: false
- php-version: "8.3"
experimental: true
- php-version: "8.4"
dependencies: highest-ignore
os: ubuntu-latest
experimental: false
experimental: true
steps:
- name: "Checkout"