Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
php-version: ['7.2']
steps:
- name: Checkout phpBB
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: phpbb/phpbb
ref: ${{ env.PHPBB_BRANCH }}
path: phpBB3

- name: Checkout extension
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: extension

Expand Down Expand Up @@ -153,14 +153,14 @@ jobs:
db-version: '10.6'
steps:
- name: Checkout phpBB
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: phpbb/phpbb
ref: ${{ env.PHPBB_BRANCH }}
path: phpBB3

- name: Checkout extension
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: extension

Expand Down Expand Up @@ -253,14 +253,14 @@ jobs:
db-version: '16-alpine'
steps:
- name: Checkout phpBB
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: phpbb/phpbb
ref: ${{ env.PHPBB_BRANCH }}
path: phpBB3

- name: Checkout extension
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: extension

Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout extension
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: extension

Expand Down
Loading