mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-01-26 11:23:58 +00:00
feat: upgrade php to 8.3, upgrade deps
This commit is contained in:
10
.github/workflows/php.yml
vendored
10
.github/workflows/php.yml
vendored
@@ -2,9 +2,9 @@ name: PHP Composer
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -13,9 +13,9 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: ['ubuntu-latest']
|
||||
php-versions: ['8.1']
|
||||
phpunit-versions: ['latest']
|
||||
operating-system: ["ubuntu-latest"]
|
||||
php-versions: ["8.3"]
|
||||
phpunit-versions: ["latest"]
|
||||
|
||||
steps:
|
||||
- name: Setup PHP
|
||||
|
||||
Reference in New Issue
Block a user