Skip to content

Commit

Permalink
GH Actions: update the CI workflow for the release of PHP 8.3
Browse files Browse the repository at this point in the history
PHP 8.4 has been added as experimental.
And the "high" PHP builds for the variations have been updated to use PHP 8.3.
  • Loading branch information
jrfnl committed Nov 23, 2023
1 parent da83d29 commit 5f7fd7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f7fd7a

Please sign in to comment.