mirror of
https://github.com/themsaid/ibis.git
synced 2025-01-16 13:09:27 +01:00
Adding php 8.3
This commit is contained in:
parent
aee53268b4
commit
ffbac5c97b
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get Composer Cache Directory
|
||||
id: composer-cache
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest]
|
||||
php-versions: [ '8.2','8.1', '8.0' ]
|
||||
php-versions: [ '8.3', '8.2','8.1', '8.0' ]
|
||||
name: P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}}
|
||||
steps:
|
||||
# This is required as this package does not support PHP 8 (yet)
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get Composer Cache Directory
|
||||
id: composer-cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user