mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 09:49:14 +02:00
PHP 8.4 is no longer a development release
This commit is contained in:
parent
21b259b5eb
commit
8b7ccb0fd4
1 changed files with 5 additions and 4 deletions
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
|
@ -22,11 +22,12 @@ jobs:
|
|||
continue-on-error: "${{ matrix.experimental }}"
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
|
||||
experimental: [false]
|
||||
include:
|
||||
- php-versions: '8.4' # development release, things can break
|
||||
experimental: true
|
||||
# uncomment this to start testing on development release
|
||||
# include:
|
||||
# - php-versions: '8.5' # development release, things can break
|
||||
# experimental: true
|
||||
env:
|
||||
extensions: gd, sqlite3
|
||||
extensions-cache-key-name: phpextensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue