Skip to content

Commit

Permalink
CI: Fully enabled PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixJacobi committed Aug 23, 2024
1 parent 0a312c1 commit 1db2fac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.1', '8.2', '8.3']
experimental: [false]

steps:
Expand All @@ -37,11 +37,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.1', '8.2', '8.3']
experimental: [false]
include:
- php-versions: '8.3'
experimental: true
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1db2fac

Please sign in to comment.