mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-04-06 04:55:59 -04:00
PHP 8.4 is no longer a development release
This commit is contained in:
parent
21b259b5eb
commit
8b7ccb0fd4
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…
x
Reference in New Issue
Block a user