-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add php8.3 to pipeline #1351
add php8.3 to pipeline #1351
Conversation
4950441
to
331a330
Compare
7313b0d
to
420bab5
Compare
420bab5
to
4628a20
Compare
include: | ||
- os: ubuntu-20.04 | ||
php-version: 8.2 | ||
experimental: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's now also remove the continue-on-error
option below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
include: | ||
- os: ubuntu-20.04 | ||
php-version: 8.2 | ||
experimental: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in this file we can clean up experimental
options as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Update github pipeline to support php8.3