Skip to content

Commit

Permalink
Move PHP 8.3 to regular relase and add 8.4 as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
mundschenk-at committed Mar 17, 2024
1 parent d29b573 commit 6653ad3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2','8.3']
experimental: [false]
include:
- php-versions: '8.3'
- php-versions: '8.4'
experimental: true
steps:
- name: Checkout repository
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['8.2']
php-versions: ['8.3']
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['8.2']
php-versions: ['8.3']
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['8.2']
php-versions: ['8.3']
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6653ad3

Please sign in to comment.