Marc Alexander
a7b4f035a4
Merge branch '3.3.x'
2024-06-01 08:32:01 +02:00
Marc Alexander
8954a68953
[ticket/17308] Change project key to start with PHPBB-
...
PHPBB-17308
2024-05-18 08:27:19 +02:00
Marc Alexander
d318768634
[ticket/17176] Use correct ldap URI
...
PHPBB3-17176
2024-05-07 21:57:48 +02:00
Marc Alexander
843cb97048
[ticket/17176] Use ldapuri instead of removed ldaphost
...
PHPBB3-17176
2024-05-07 21:57:35 +02:00
Marc Alexander
b5f867c3cc
[ticket/17310] Update node action to v3 and node version to 20
...
PHPBB3-17310
2024-05-07 21:24:20 +02:00
Marc Alexander
ec1f322440
Merge branch 'ticket/17310' into ticket/17310-master
2024-05-07 21:24:08 +02:00
Marc Alexander
a85c36b15e
[ticket/17310] Update workflow actions to v4
...
PHPBB3-17310
2024-05-07 21:21:10 +02:00
Marc Alexander
5ada5728ee
[ticket/17010] Also check .js.twig files with eslint
...
PHPBB3-17010
2024-02-24 11:58:32 +01:00
Marc Alexander
3513c85ee6
[ticket/17010] Stop skipping node dependency setup on slow tests
...
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
9bd9962aea
[ticket/17010] Resolve test issues and add node install for webpush testing
...
PHPBB3-17010
2024-02-24 11:58:28 +01:00
rxu
bf26da660a
[ticket/17233] Add PHP 8.3 tests to the 3.3.x branch
...
PHPBB3-17233
2023-11-26 22:44:40 +07:00
Marc Alexander
316b061de1
[ticket/17193] Remove mariadb versions not working right now
...
PHPBB3-17193
2023-09-22 12:10:30 +02:00
Marc Alexander
8143ec6060
[ticket/17193] Fix invalid PHP versions
...
PHPBB3-17193
2023-09-22 11:27:18 +02:00
Marc Alexander
19d7e5ffef
[ticket/17193] Reduce amount of runners
...
PHPBB3-17193
2023-09-22 11:14:24 +02:00
Marc Alexander
1ee4d8387b
[ticket/17193] Run unit tests on single runners again
...
PHPBB3-17193
2023-09-22 11:07:41 +02:00
Marc Alexander
3e2628fb73
[ticket/17176] Ensure slow tests are not run when not selected
...
PHPBB3-17176
2023-09-18 19:28:22 +02:00
Marc Alexander
1f9d14357c
[ticket/17176] Manually include mysql 5.7 builds and change naming of builds
...
PHPBB3-17176
2023-09-18 19:28:22 +02:00
Marc Alexander
6320acb445
[ticket/17176] Add type to test name
...
PHPBB3-17176
2023-09-18 19:28:22 +02:00
Marc Alexander
875d1afd56
[ticket/17176] Use correct ldap URI
...
PHPBB3-17176
2023-09-18 19:28:22 +02:00
Marc Alexander
7c05df1aa8
[ticket/17176] Run functional and unit tests separately
...
PHPBB3-17176
2023-09-18 19:28:22 +02:00
Marc Alexander
f051644c77
[ticket/17176] Use matrix definitions for building build matrix
...
PHPBB3-17176
2023-09-18 19:28:22 +02:00
Marc Alexander
ce5a137eae
[ticket/17176] Use ldapuri instead of removed ldaphost
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
a2282deb9a
[ticket/17176] See if we can enable php 8.3 tests again
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
0101ae9588
[ticket/17176] Use ubuntu latest runner
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
5d6218dcba
[ticket/17176] Use NativeHttpClient on windows builds
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
4abac49d35
[ticket/17176] Disable PHP 8.3 builds for now as composer cache fails
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
c7071450ec
[ticket/17176] Adjust composer cache usage
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
826aeb7111
[ticket/17176] More minor cleanup after recent changes to db versions
...
PHPBB3-17176
2023-09-18 19:28:20 +02:00
Marc Alexander
89ad5fbd27
[ticket/17176] Remove PHP 8 workaround for windows machines
...
PHPBB3-17176
2023-09-18 19:28:20 +02:00
Marc Alexander
0af921d870
[ticket/17176] Update psalm expected PHP version and add missing return type
...
PHPBB3-17176
2023-09-18 19:28:19 +02:00
Marc Alexander
db2669b3cb
[ticket/17176] Remove special handling for PHP 8 in github actions
...
PHPBB3-17176
2023-09-18 19:28:19 +02:00
Marc Alexander
2c6de26871
[ticket/17176] Update PHP versions for github actions
...
PHPBB3-17176
2023-09-18 19:28:18 +02:00
Marc Alexander
4513d1c0af
[ticket/16877] Bump minimum PHP version to 7.2.0
...
PHPBB3-16877
2023-08-15 20:28:41 +02:00
Marc Alexander
5ee2efd4c2
Merge pull request #6493 from rxu/ticket/17148
...
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - 3.3.x
2023-06-26 13:16:42 +02:00
Marc Alexander
5ff11d9889
Merge branch '3.3.x'
2023-06-19 11:44:55 +02:00
Marc Alexander
e0a30fbce7
[ticket/17149] Remove extra note from pull request template
...
PHPBB3-17149
2023-06-19 09:51:15 +02:00
rxu
8c33a2180d
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier
...
PostgreSQL 9.3 and earlier versions don't support Empty SELECT lists
(support was added since v. 9.4).
Also add PostgreSQL 9.3 tests as earlier images fail in current tests env.
PHPBB3-17148
2023-06-18 00:46:27 +07:00
Marc Alexander
3914f1ec41
Merge branch '3.3.x'
2023-01-17 20:36:38 +01:00
Marc Alexander
61a7e0fdfc
[ticket/17091] Update windows build commands as well
...
PHPBB3-17091
2023-01-15 22:00:21 +01:00
Marc Alexander
ad794c17ed
[ticket/17091] Limit doctrine/instantiator to 1.x versions
...
PHPBB3-17091
2023-01-15 21:36:53 +01:00
Marc Alexander
4284512594
[ticket/16937] Run psalm as part of basic checks in github actions
...
PHPBB3-16937
2022-12-28 08:37:26 +01:00
Marc Alexander
e24169b0ba
Merge branch '3.3.x'
2022-12-11 22:13:30 +01:00
Marc Alexander
bb0f6d040c
[ticket/17066] Use Ubuntu 20.04 instead of 18.04
...
PHPBB3-17066
2022-12-11 20:43:01 +01:00
Marc Alexander
02ef7c5da4
[ticket/17066] Use new way of saving to github output
...
PHPBB3-17066
2022-12-11 16:54:37 +01:00
Marc Alexander
90899a17dd
[ticket/17066] Use version 3 of actions checkout and cache
...
PHPBB3-17066
2022-12-11 15:10:44 +01:00
Marc Alexander
869867fdbe
Merge pull request #6345 from marc1706/ticket/16935
...
[ticket/16935] Refactor sphinx to use new clases and remove unused parts
2022-01-22 09:04:43 +01:00
rxu
165adb3b07
[ticket/16935] Add sphinx tests
...
PHPBB3-16935
2021-12-13 21:16:14 +07:00
Marc Alexander
2457eea876
Merge branch '3.3.x'
2021-12-12 11:00:24 +01:00
Marc Alexander
6801f7949f
[ticket/16939] Use ALTER SYSTEM queries to modify psql config variables
...
PHPBB3-16939
2021-12-12 09:39:14 +01:00
Marc Alexander
710aa10905
[ticket/16939] Wait for postgresql service to start on windows CI runners
...
PHPBB3-16939
2021-12-12 09:16:51 +01:00